From 29a36ccf6a448ff4df371781c1ce72898e93a6a9 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Mon, 9 Oct 2017 16:14:58 +0200 Subject: [PATCH] Release 0.3.1 --- conda-recipe/imbalanced-learn/meta.yaml | 8 ++++++-- doc/conf.py | 2 +- imblearn/version.py | 2 +- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/conda-recipe/imbalanced-learn/meta.yaml b/conda-recipe/imbalanced-learn/meta.yaml index 815a9b7af..988e8ba59 100644 --- a/conda-recipe/imbalanced-learn/meta.yaml +++ b/conda-recipe/imbalanced-learn/meta.yaml @@ -1,11 +1,15 @@ package: name: imbalanced-learn - version: "0.3.0" + version: "0.3.1" source: - git_rev: 0.3.0 + git_rev: 0.3.1 git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git +build: + number: 0 + noarch: python + requirements: build: - python diff --git a/doc/conf.py b/doc/conf.py index 35ae38bfd..79607c8fc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,7 +103,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.3.0' +__version__ = '0.3.1' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index 85a931135..d8dd499ca 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.0' +__version__ = '0.3.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 adfa31708..5b42e7289 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize =