Skip to content

Commit 4828a04

Browse files
committed
Bump version: 2.6.1 → 2.7.0
1 parent b08407d commit 4828a04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u'2.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.6.1'
29+
release = u'2.7.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "niapy"
3-
version = "2.6.1"
3+
version = "2.7.0"
44
description = "Python micro framework for building nature-inspired algorithms."
55
authors = [{ name = "NiaOrg", email = "niapy.organization@gmail.com" }]
66
requires-python = ">=3.11"
@@ -66,7 +66,7 @@ build-backend = "uv_build"
6666

6767

6868
[tool.bumpversion]
69-
current_version = "2.6.1"
69+
current_version = "2.7.0"
7070
allow_dirty = true
7171
commit = true
7272
tag = true
@@ -83,7 +83,7 @@ search = "version = \"{current_version}\""
8383
replace = "version = \"{new_version}\""
8484

8585
[[tool.bumpversion.files]]
86-
filename = "niapy/__init__.py"
86+
filename = "src/niapy/__init__.py"
8787
search = "__version__ = \"{current_version}\""
8888
replace = "__version__ = \"{new_version}\""
8989

src/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.1"
10+
__version__ = "2.7.0"
1111

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

0 commit comments

Comments
 (0)