From 5f514f0de36427dcb69ff787f0b0202f40e9816f Mon Sep 17 00:00:00 2001 From: Thibault Cordier Date: Fri, 14 Jun 2024 13:46:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.5=20=E2=86=92=200.8.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- doc/conf.py | 2 +- mapie/_version.py | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6feae5b2b..19a4fa709 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.5 +current_version = 0.8.6 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 446b7334b..8c89d0e5c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Thibault" orcid: "https://orcid.org/0000-0000-0000-0000" title: "MAPIE - Model Agnostic Prediction Interval Estimator" -version: 0.8.5 +version: 0.8.6 date-released: 2019-04-30 url: "https://github.com/scikit-learn-contrib/MAPIE" preferred-citation: diff --git a/doc/conf.py b/doc/conf.py index 0696d5d55..f7f3c5e86 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,7 +88,7 @@ # built documents. # # The short X.Y version. -version = "0.8.5" +version = "0.8.6" # The full version, including alpha/beta/rc tags. release = version diff --git a/mapie/_version.py b/mapie/_version.py index af46754d3..de77196f4 100644 --- a/mapie/_version.py +++ b/mapie/_version.py @@ -1 +1 @@ -__version__ = "0.8.5" +__version__ = "0.8.6" diff --git a/setup.py b/setup.py index f226c50e7..4eb3bbb98 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup DISTNAME = "MAPIE" -VERSION = "0.8.5" +VERSION = "0.8.6" DESCRIPTION = ( "A scikit-learn-compatible module " "for estimating prediction intervals."