From b19cb2af4486ef541caecf2d1f86d449ad71b36b Mon Sep 17 00:00:00 2001 From: LacombeLouis Date: Fri, 2 Sep 2022 16:41:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/conf.py | 2 +- mapie/_version.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f7464eb32..55be8e7e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index d35dc4c10..0b9ebdb86 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,7 +87,7 @@ # built documents. # # The short X.Y version. -version = "0.4.1" +version = "0.4.2" # The full version, including alpha/beta/rc tags. release = version diff --git a/mapie/_version.py b/mapie/_version.py index 3d26edf77..df1243329 100644 --- a/mapie/_version.py +++ b/mapie/_version.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/setup.py b/setup.py index 0c7ef1e03..f1df1c964 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ DISTNAME = "MAPIE" -VERSION = "0.4.1" +VERSION = "0.4.2" DESCRIPTION = ( "A scikit-learn-compatible module " "for estimating prediction intervals."