Skip to content

Commit a828c36

Browse files
author
Vincent Blot
committed
Bump version: 0.3.0 → 0.3.1
1 parent 9f0c52d commit a828c36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = "0.3.0"
88+
version = "0.3.1"
8989
# The full version, including alpha/beta/rc tags.
9090
release = version
9191

mapie/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
DISTNAME = "MAPIE"
6-
VERSION = "0.3.0"
6+
VERSION = "0.3.1"
77
DESCRIPTION = (
88
"A scikit-learn-compatible module "
99
"for estimating prediction intervals."

0 commit comments

Comments
 (0)