Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LacombeLouis committed Jan 11, 2024
1 parent f695b45 commit 719c139
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# built documents.
#
# The short X.Y version.
version = "0.8.1"
version = "0.8.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion mapie/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

DISTNAME = "MAPIE"
VERSION = "0.8.1"
VERSION = "0.8.2"
DESCRIPTION = (
"A scikit-learn-compatible module "
"for estimating prediction intervals."
Expand Down

0 comments on commit 719c139

Please sign in to comment.