From a7c4a8576e4ae0c47561105327035704dd240ca1 Mon Sep 17 00:00:00 2001 From: vincentblot28 Date: Tue, 9 Jan 2024 17:26:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= 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 dfb872504..080183a7e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index 8cce38d1d..316271a39 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,7 +88,7 @@ # built documents. # # The short X.Y version. -version = "0.8.0" +version = "0.8.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/mapie/_version.py b/mapie/_version.py index 777f190df..8088f7513 100644 --- a/mapie/_version.py +++ b/mapie/_version.py @@ -1 +1 @@ -__version__ = "0.8.0" +__version__ = "0.8.1" diff --git a/setup.py b/setup.py index 49209c3cd..9df918d98 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup DISTNAME = "MAPIE" -VERSION = "0.8.0" +VERSION = "0.8.1" DESCRIPTION = ( "A scikit-learn-compatible module " "for estimating prediction intervals."