diff --git a/conda-recipe/imbalanced-learn/meta.yaml b/conda-recipe/imbalanced-learn/meta.yaml index d334f6366..879ff9d9a 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.1.8" + version: "0.1.9" source: - git_rev: 0.1.8 + git_rev: 0.1.9 git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git requirements: diff --git a/doc/conf.py b/doc/conf.py index 43f691a3a..a7ebab4ef 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,7 +87,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.1.8' +__version__ = '0.1.9' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index 1561bbcc6..4b01f3e54 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.1.8' +__version__ = '0.1.9' _IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % ( 'glemaitre.github.io/UnbalancedDataset/install.html') diff --git a/setup.cfg b/setup.cfg index 5580e9930..a5e5ad001 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize =