From e5aa2aa830938bb7731bfd65e98c03c3dff77782 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Sun, 10 Jul 2016 13:45:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.2.0.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/conf.py | 2 +- imblearn/version.py | 2 +- setup.cfg | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 083a6d7d3..6ba4298ff 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,7 +87,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.1.1' +__version__ = '0.2.0.dev0' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index 99d6054e4..ebfa817dd 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.1' +__version__ = '0.2.0.dev0' _IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % ( 'glemaitre.github.io/UnbalancedDataset/install.html') diff --git a/setup.cfg b/setup.cfg index f9d168279..7f1503661 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.2.0.dev0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? @@ -16,6 +16,7 @@ values = [bumpversion:part:dev] [bumpversion:file:imblearn/version.py] + [bumpversion:file:doc/conf.py] [aliases] @@ -31,3 +32,4 @@ with-doctest = 1 doctest-tests = 1 doctest-extension = rst doctest-fixtures = _fixture +