From d1e70924577cc90455c52701f2696bcb0a064438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grega=20Vrban=C4=8Di=C4=8D?= Date: Wed, 26 May 2021 12:01:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0rc15=20=E2=86=92=202.0.0?= =?UTF-8?q?rc16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- niapy/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b45458ab..d588b00a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0rc15 +current_version = 2.0.0rc16 commit = True tag = True parse = (?P\d+)\.(?P\d+)(\.(?P\d+))(\-?((rc)?(?P\d+))?) diff --git a/docs/source/conf.py b/docs/source/conf.py index 36a57f50..f8134ccb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = u'2.0' # The full version, including alpha/beta/rc tags -release = u'2.0.0rc15' +release = u'2.0.0rc16' # -- General configuration --------------------------------------------------- diff --git a/niapy/__init__.py b/niapy/__init__.py index fd233e05..cbbbe87c 100644 --- a/niapy/__init__.py +++ b/niapy/__init__.py @@ -7,6 +7,6 @@ __all__ = ["algorithms", "benchmarks", "util", "task", "Runner"] __project__ = "NiaPy" -__version__ = "2.0.0rc15" +__version__ = "2.0.0rc16" VERSION = "{0} v{1}".format(__project__, __version__) diff --git a/setup.py b/setup.py index 9afa04c6..d6368ced 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def build_description(): setuptools.setup( name=PACKAGE_NAME, - version="2.0.0rc15", + version="2.0.0rc16", description=""" Python micro framework for building nature-inspired algorithms. """,