Skip to content

Commit a7da071

Browse files
committed
Bump version: 2.6.0 → 2.6.1
1 parent 8a0283a commit a7da071

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.6.0'
28+
release = u'2.6.1'
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.6.0"
10+
__version__ = "2.6.1"
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.6.0"
4+
version = "2.6.1"
55
description = "Python micro framework for building nature-inspired algorithms."
66
authors = ["NiaOrg <niapy.organization@gmail.com>"]
77
license = "MIT"
@@ -62,7 +62,7 @@ pandoc = "^2.4"
6262

6363

6464
[tool.bumpversion]
65-
current_version = "2.6.0"
65+
current_version = "2.6.1"
6666
allow_dirty = true
6767
commit = true
6868
tag = true

0 commit comments

Comments
 (0)