Skip to content

Commit fc299ff

Browse files
Bump version: 1.0.0rc1 → 1.0.0
1 parent 63bd3fe commit fc299ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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 = 1.0.0rc1
2+
current_version = 1.0.0
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: 1.0.0rc1
8+
version: 1.0.0
99
date-released: 2019-04-30
1010
url: "https://github.com/scikit-learn-contrib/MAPIE"
1111
preferred-citation:

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
# The short X.Y version.
9595
version = "1.0.0"
9696
# The full version, including alpha/beta/rc tags.
97-
release = version + "rc1"
97+
release = version
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__ = "1.0.0rc1"
1+
__version__ = "1.0.0"

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 = "1.0.0rc1"
9+
version = "1.0.0"
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)