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