Skip to content

Commit a94fac0

Browse files
CHORE: revert to proper versioning before releasing v1.0.0rc1, fix bump2version config file
1 parent dec64c4 commit a94fac0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tag = True
55

66
[bumpversion:file:pyproject.toml]
77
search = version = "{current_version}"
8-
search = version = "{new_version}"
8+
replace = version = "{new_version}"
99

1010
[bumpversion:file:mapie/_version.py]
1111
search = __version__ = "{current_version}"

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.0-alpha1
8+
version: 0.9.2
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
@@ -92,7 +92,7 @@
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = "1.0.0-alpha1"
95+
version = "0.9.2"
9696
# The full version, including alpha/beta/rc tags.
9797
release = version
9898

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.0-alpha1"
9+
version = "0.9.2"
1010
description = "A scikit-learn-compatible module for estimating prediction intervals."
1111
readme = "README.rst"
1212
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)