Skip to content

Commit 313f6c7

Browse files
author
Thibault Cordier
committed
Bump version: 0.8.3 → 0.8.4
1 parent 4426376 commit 313f6c7

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.3
2+
current_version = 0.8.4
33
commit = True
44
tag = True
55

@@ -18,4 +18,3 @@ replace = version = "{new_version}"
1818
[bumpversion:file:CITATION.cff]
1919
search = version: {current_version}
2020
replace = version: {new_version}
21-

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.8.3
8+
version: 0.8.4
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
@@ -88,7 +88,7 @@
8888
# built documents.
8989
#
9090
# The short X.Y version.
91-
version = "0.8.3"
91+
version = "0.8.4"
9292
# The full version, including alpha/beta/rc tags.
9393
release = version
9494

mapie/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.8.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
DISTNAME = "MAPIE"
6-
VERSION = "0.8.3"
6+
VERSION = "0.8.4"
77
DESCRIPTION = (
88
"A scikit-learn-compatible module "
99
"for estimating prediction intervals."

0 commit comments

Comments
 (0)