Skip to content

Commit 505223c

Browse files
committed
Bump version: 2.0.4 → 2.0.5
1 parent 54e3baf commit 505223c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.4
2+
current_version = 2.0.5
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))(\-?((rc)?(?P<rc>\d+))?)

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = u'2.0'
2727
# The full version, including alpha/beta/rc tags
28-
release = u'2.0.4'
28+
release = u'2.0.5'
2929

3030

3131
# -- General configuration ---------------------------------------------------

niapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
__all__ = ["algorithms", "problems", "util", "task", "Runner"]
99
__project__ = "NiaPy"
10-
__version__ = "2.0.4"
10+
__version__ = "2.0.5"
1111

1212
VERSION = "{0} v{1}".format(__project__, __version__)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build_description():
4848

4949
setuptools.setup(
5050
name=PACKAGE_NAME,
51-
version="2.0.4",
51+
version="2.0.5",
5252
description="Python micro framework for building nature-inspired algorithms.",
5353
url='https://github.com/NiaOrg/NiaPy',
5454
author='NiaOrg',

0 commit comments

Comments
 (0)