File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.4
2
+ current_version = 0.8.5
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 5
5
given-names : " Thibault"
6
6
orcid : " https://orcid.org/0000-0000-0000-0000"
7
7
title : " MAPIE - Model Agnostic Prediction Interval Estimator"
8
- version : 0.8.4
8
+ version : 0.8.5
9
9
date-released : 2019-04-30
10
10
url : " https://github.com/scikit-learn-contrib/MAPIE"
11
11
preferred-citation :
Original file line number Diff line number Diff line change 88
88
# built documents.
89
89
#
90
90
# The short X.Y version.
91
- version = "0.8.4 "
91
+ version = "0.8.5 "
92
92
# The full version, including alpha/beta/rc tags.
93
93
release = version
94
94
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.4 "
1
+ __version__ = "0.8.5 "
Original file line number Diff line number Diff line change 3
3
from setuptools import find_packages , setup
4
4
5
5
DISTNAME = "MAPIE"
6
- VERSION = "0.8.4 "
6
+ VERSION = "0.8.5 "
7
7
DESCRIPTION = (
8
8
"A scikit-learn-compatible module "
9
9
"for estimating prediction intervals."
You can’t perform that action at this time.
0 commit comments