We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a28cd8 commit 7a2ef0dCopy full SHA for 7a2ef0d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.1
+current_version = 0.6.2
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.1"
+version = "0.6.2"
91
# The full version, including alpha/beta/rc tags.
92
release = version
93
mapie/_version.py
@@ -1 +1 @@
-__version__ = "0.6.1"
+__version__ = "0.6.2"
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
DISTNAME = "MAPIE"
6
-VERSION = "0.6.1"
+VERSION = "0.6.2"
7
DESCRIPTION = (
8
"A scikit-learn-compatible module "
9
"for estimating prediction intervals."
0 commit comments