Skip to content

Commit 3753d52

Browse files
author
Vianney Taquet
committed
Bump version: 0.1.4 → 0.2.0
1 parent 506c633 commit 3753d52

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

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.4"
6+
VERSION = "0.2.0"
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)