Skip to content

Commit 454718c

Browse files
author
Vianney Taquet
committed
Bump version: 0.1.3 → 0.1.4
1 parent 49662a6 commit 454718c

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.1.3
2+
current_version = 0.1.4
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.1.3"
88+
version = "0.1.4"
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.1.3"
1+
__version__ = "0.1.4"

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.1.3"
6+
VERSION = "0.1.4"
77
DESCRIPTION = "A scikit-learn-compatible module for estimating prediction intervals."
88
with codecs.open("README.rst", encoding="utf-8-sig") as f:
99
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)