We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda1eb6 commit 015d9a9Copy full SHA for 015d9a9
imblearn/_version.py
@@ -22,4 +22,4 @@
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
25
-__version__ = "0.12.1"
+__version__ = "0.12.2"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.12.1
+current_version = 0.12.2
3
tag = False
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
serialize =
0 commit comments