We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39266be commit 1bc0cfbCopy full SHA for 1bc0cfb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.2
+current_version = 0.8.3
3
commit = True
4
tag = True
5
doc/conf.py
@@ -88,7 +88,7 @@
88
# built documents.
89
#
90
# The short X.Y version.
91
-version = "0.8.2"
+version = "0.8.3"
92
# The full version, including alpha/beta/rc tags.
93
release = version
94
mapie/_version.py
@@ -1 +1 @@
-__version__ = "0.8.2"
+__version__ = "0.8.3"
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
DISTNAME = "MAPIE"
6
-VERSION = "0.8.2"
+VERSION = "0.8.3"
7
DESCRIPTION = (
8
"A scikit-learn-compatible module "
9
"for estimating prediction intervals."
0 commit comments