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 2597d64 commit 5f66467Copy full SHA for 5f66467
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.5.0
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.4.1"
+version = "0.5.0"
91
# The full version, including alpha/beta/rc tags.
92
release = version
93
mapie/_version.py
@@ -1 +1 @@
-__version__ = "0.4.1"
+__version__ = "0.5.0"
setup.py
@@ -3,7 +3,7 @@
DISTNAME = "MAPIE"
6
-VERSION = "0.4.1"
+VERSION = "0.5.0"
7
DESCRIPTION = (
8
"A scikit-learn-compatible module "
9
"for estimating prediction intervals."
0 commit comments