diff --git a/doc/conf.py b/doc/conf.py index d4dd0f4d3..76d3e1251 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,7 +103,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.3.1' +__version__ = '0.3.2' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index d8dd499ca..fce28da5f 100644 --- a/imblearn/version.py +++ b/imblearn/version.py @@ -21,7 +21,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.3.1' +__version__ = '0.3.2' _IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % ( 'http://contrib.scikit-learn.org/imbalanced-learn/install.html') diff --git a/setup.cfg b/setup.cfg index 5b42e7289..bd4f5a4e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize =