Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Mar 5, 2022
1 parent bec0914 commit 7f678b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))(\-?((rc)?(?P<rc>\d+))?)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.0'
release = u'2.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion niapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

__all__ = ["algorithms", "problems", "util", "task", "Runner"]
__project__ = "NiaPy"
__version__ = "2.0.0"
__version__ = "2.0.1"

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 @@ -48,7 +48,7 @@ def build_description():

setuptools.setup(
name=PACKAGE_NAME,
version="2.0.0",
version="2.0.1",
description="Python micro framework for building nature-inspired algorithms.",
url='https://github.com/NiaOrg/NiaPy',
author='NiaOrg',
Expand Down

0 comments on commit 7f678b4

Please sign in to comment.