Skip to content

Commit 86b04cb

Browse files
committed
Bump version: 2.5.2 → 2.6.0
1 parent 9a1a13c commit 86b04cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.5.2'
28+
release = u'2.6.0'
2929

3030

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

niapy/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.2"
10+
__version__ = "2.6.0"
1111

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "niapy"
4-
version = "2.5.2"
4+
version = "2.6.0"
55
description = "Python micro framework for building nature-inspired algorithms."
66
authors = ["NiaOrg <niapy.organization@gmail.com>"]
77
license = "MIT"
@@ -61,7 +61,7 @@ pandoc = "^2.4"
6161

6262

6363
[tool.bumpversion]
64-
current_version = "2.5.2"
64+
current_version = "2.6.0"
6565
allow_dirty = true
6666
commit = true
6767
tag = true

0 commit comments

Comments
 (0)