Skip to content

Commit

Permalink
Bump version: 2.0.5 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Dec 19, 2023
1 parent bfb4412 commit 4c77399
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.5'
release = u'2.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion niapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

__all__ = ["algorithms", "problems", "util", "task", "Runner"]
__project__ = "NiaPy"
__version__ = "2.0.5"
__version__ = "2.1.0"

VERSION = "{0} v{1}".format(__project__, __version__)
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool]
[tool.poetry]
name = "niapy"
version = "2.0.5"
version = "2.1.0"
description = "Python micro framework for building nature-inspired algorithms."
authors = ["NiaOrg <niapy.organization@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -54,12 +55,9 @@ git-changelog = "^2.4.0"
bump-my-version = "^0.15.3"
pandoc = "^2.3"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.bumpversion]
current_version = "2.0.5"
current_version = "2.1.0"
allow_dirty = true
commit = true
tag = true
Expand All @@ -85,6 +83,7 @@ filename = "docs/source/conf.py"
search = "release = u'{current_version}'"
replace = "release = u'{new_version}'"


[tool.git-changelog]
convention = "basic"
in-place = true
Expand All @@ -94,4 +93,8 @@ parse-refs = true
parse-trailers = true
repository = "."
provider = "github"
template = "keepachangelog"
template = "keepachangelog"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 4c77399

Please sign in to comment.