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 11[bumpversion]
2- current_version = 0.1.4
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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.
9090release = version
9191
Original file line number Diff line number Diff line change 1- __version__ = "0.1.4 "
1+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 33
44
55DISTNAME = "MAPIE"
6- VERSION = "0.1.4 "
6+ VERSION = "0.2.0 "
77DESCRIPTION = "A scikit-learn-compatible module for estimating prediction intervals."
88with codecs .open ("README.rst" , encoding = "utf-8-sig" ) as f :
99 LONG_DESCRIPTION = f .read ()
You can’t perform that action at this time.
0 commit comments