From f4c7adb7df5c58e415eb0dc3e6196ecbc5ac3a17 Mon Sep 17 00:00:00 2001 From: EtienneCmb Date: Thu, 3 Nov 2022 20:24:26 +0100 Subject: [PATCH] Bump to 0.4.3 --- frites/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"