Skip to content

Commit 2305f15

Browse files
Bump version: 0.9.2 → 1.0.0rc1
1 parent 031954f commit 2305f15

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.9.2
2+
current_version = 1.0.0rc1
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Thibault"
66
orcid: "https://orcid.org/0000-0000-0000-0000"
77
title: "MAPIE - Model Agnostic Prediction Interval Estimator"
8-
version: 0.9.2
8+
version: 1.0.0rc1
99
date-released: 2019-04-30
1010
url: "https://github.com/scikit-learn-contrib/MAPIE"
1111
preferred-citation:

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = "0.9.2"
95+
version = "1.0.0"
9696
# The full version, including alpha/beta/rc tags.
97-
release = version
97+
release = version + "rc1"
9898

9999
# The language for content autogenerated by Sphinx. Refer to documentation
100100
# for a list of supported languages.

mapie/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.2"
1+
__version__ = "1.0.0rc1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "MAPIE"
9-
version = "0.9.2"
9+
version = "1.0.0rc1"
1010
description = "A scikit-learn-compatible module for estimating prediction intervals."
1111
readme = "README.rst"
1212
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)