File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.2
2
+ current_version = 1.0.0rc1
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.9.2
8
+ version : 1.0.0rc1
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 92
92
# built documents.
93
93
#
94
94
# The short X.Y version.
95
- version = "0.9.2 "
95
+ version = "1.0.0 "
96
96
# The full version, including alpha/beta/rc tags.
97
- release = version
97
+ release = version + "rc1"
98
98
99
99
# The language for content autogenerated by Sphinx. Refer to documentation
100
100
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "0.9.2 "
1
+ __version__ = "1.0.0rc1 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
7
7
[project ]
8
8
name = " MAPIE"
9
- version = " 0.9.2 "
9
+ version = " 1.0.0rc1 "
10
10
description = " A scikit-learn-compatible module for estimating prediction intervals."
11
11
readme = " README.rst"
12
12
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments