Skip to content

Commit

Permalink
Bump version: 2.0.0rc6 → 2.0.0rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Nov 11, 2019
1 parent 1b84f9d commit 45cbd6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 2.0.0rc6
current_version = 2.0.0rc7
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))(\-?((rc)?(?P<rc>\d+))?)
serialize =
serialize =
{major}.{minor}.{patch}rc{rc}
{major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion NiaPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

__all__ = ["algorithms", "benchmarks", "util", "task", "Runner"]
__project__ = "NiaPy"
__version__ = "2.0.0rc6"
__version__ = "2.0.0rc7"

VERSION = "{0} v{1}".format(__project__, __version__)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_description():

setuptools.setup(
name=PACKAGE_NAME,
version="2.0.0rc6",
version="2.0.0rc7",
description="""
Python micro framework for building nature-inspired algorithms.
""",
Expand Down

0 comments on commit 45cbd6e

Please sign in to comment.