File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.3
2
+ current_version = 0.1.4
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 85
85
# built documents.
86
86
#
87
87
# The short X.Y version.
88
- version = "0.1.3 "
88
+ version = "0.1.4 "
89
89
# The full version, including alpha/beta/rc tags.
90
90
release = version
91
91
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.3 "
1
+ __version__ = "0.1.4 "
Original file line number Diff line number Diff line change 3
3
4
4
5
5
DISTNAME = "MAPIE"
6
- VERSION = "0.1.3 "
6
+ VERSION = "0.1.4 "
7
7
DESCRIPTION = "A scikit-learn-compatible module for estimating prediction intervals."
8
8
with codecs .open ("README.rst" , encoding = "utf-8-sig" ) as f :
9
9
LONG_DESCRIPTION = f .read ()
You can’t perform that action at this time.
0 commit comments