Skip to content

Commit 7a2ef0d

Browse files
author
Thibault Cordier
committed
Bump version: 0.6.1 → 0.6.2
1 parent 5a28cd8 commit 7a2ef0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# built documents.
8888
#
8989
# The short X.Y version.
90-
version = "0.6.1"
90+
version = "0.6.2"
9191
# The full version, including alpha/beta/rc tags.
9292
release = version
9393

mapie/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"

setup.py

+1-1
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.6.1"
6+
VERSION = "0.6.2"
77
DESCRIPTION = (
88
"A scikit-learn-compatible module "
99
"for estimating prediction intervals."

0 commit comments

Comments
 (0)