Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd24e14

Browse files
committedMar 31, 2024
REL bumpversion 0.12.1
1 parent 2671568 commit dd24e14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎imblearn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = "0.12.0"
25+
__version__ = "0.12.1"

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.12.1
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =

0 commit comments

Comments
 (0)
Failed to load comments.