We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9041d4d commit 042fd0cCopy full SHA for 042fd0c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
3
commit = True
4
tag = True
5
doc/conf.py
@@ -85,7 +85,7 @@
85
# built documents.
86
#
87
# The short X.Y version.
88
-version = "0.2.1"
+version = "0.2.2"
89
# The full version, including alpha/beta/rc tags.
90
release = version
91
mapie/_version.py
@@ -1 +1 @@
-__version__ = "0.2.1"
+__version__ = "0.2.2"
setup.py
@@ -3,7 +3,7 @@
DISTNAME = "MAPIE"
6
-VERSION = "0.2.1"
+VERSION = "0.2.2"
7
DESCRIPTION = (
8
"A scikit-learn-compatible module"
9
"for estimating prediction intervals."
0 commit comments