diff --git a/imblearn/_version.py b/imblearn/_version.py index 19c405e4b..ff7e11ace 100644 --- a/imblearn/_version.py +++ b/imblearn/_version.py @@ -22,4 +22,4 @@ # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.12.3" +__version__ = "0.12.4" diff --git a/setup.cfg b/setup.cfg index 671e45e70..5cd5d6139 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.3 +current_version = 0.12.4 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize =