diff --git a/conda-recipe/imbalanced-learn/meta.yaml b/conda-recipe/imbalanced-learn/meta.yaml index ed3238db1..21f3418e9 100644 --- a/conda-recipe/imbalanced-learn/meta.yaml +++ b/conda-recipe/imbalanced-learn/meta.yaml @@ -1,9 +1,9 @@ package: name: imbalanced-learn - version: "0.2.0" + version: "0.2.1" source: - git_rev: 0.2.0 + git_rev: 0.2.1 git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git requirements: diff --git a/doc/conf.py b/doc/conf.py index 279ca3d14..acff8bd73 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,7 +87,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.2.0' +__version__ = '0.2.1' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index a5e7a6710..34408a862 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.2.0' +__version__ = '0.2.1' _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 83ab85df1..a44ed064b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize =