diff --git a/frites/__init__.py b/frites/__init__.py index 95dddb27c..2ac767946 100644 --- a/frites/__init__.py +++ b/frites/__init__.py @@ -10,7 +10,7 @@ io, core, conn, plot, stats, utils, workflow, simulations, estimator # noqa ) -__version__ = "0.4.2" +__version__ = "0.4.3" # ----------------------------------------------------------------------------- # Set 'info' as the default logging level diff --git a/setup.py b/setup.py index abedeb415..09b81e396 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os from setuptools import setup, find_packages -__version__ = "0.4.2" +__version__ = "0.4.3" NAME = 'frites' AUTHOR = "BraiNets" MAINTAINER = "Etienne Combrisson"