Skip to content

Commit 25922b2

Browse files
committed
Bump version: 2.3.0 → 2.3.1
1 parent 199a258 commit 25922b2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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.3.0'
28+
release = u'2.3.1'
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.3.0"
10+
__version__ = "2.3.1"
1111

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

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "niapy"
4-
version = "2.3.0"
4+
version = "2.3.1"
55
description = "Python micro framework for building nature-inspired algorithms."
66
authors = ["NiaOrg <[email protected]>"]
77
license = "MIT"
@@ -57,7 +57,7 @@ pandoc = "^2.3"
5757

5858

5959
[tool.bumpversion]
60-
current_version = "2.3.0"
60+
current_version = "2.3.1"
6161
allow_dirty = true
6262
commit = true
6363
tag = true
@@ -86,6 +86,7 @@ replace = "release = u'{new_version}'"
8686

8787

8888

89+
8990
[tool.git-changelog]
9091
convention = "basic"
9192
in-place = true
@@ -98,6 +99,7 @@ provider = "github"
9899
template = "keepachangelog"
99100

100101

102+
101103
[build-system]
102104
requires = ["poetry-core"]
103105
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)