Skip to content

Commit 0bed802

Browse files
committed
Release 0.4.2
1 parent 9483904 commit 0bed802

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/source/overview/ovw_whatsnew.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
What's new
44
==========
55

6+
v0.4.3
7+
------
8+
69
v0.4.2
710
------
811

frites/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from frites import (io, core, conn, stats, utils, workflow, simulations, # noqa
1010
estimator)
1111

12-
__version__ = "0.4.1"
12+
__version__ = "0.4.2"
1313

1414
# -----------------------------------------------------------------------------
1515
# Set 'info' as the default logging level

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from setuptools import setup, find_packages
66

7-
__version__ = "0.4.1"
7+
__version__ = "0.4.2"
88
NAME = 'frites'
99
AUTHOR = "BraiNets"
1010
MAINTAINER = "Etienne Combrisson"

0 commit comments

Comments
 (0)