Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Jul 31, 2024
1 parent 8e951c4 commit 5c2521d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "atxm"
version = "0.4.0"
version = "0.5.0"
authors = [
{ name="NuCypher", email="devs@nucypher.com" },
]
Expand All @@ -25,7 +25,7 @@ classifiers = [

[tool.poetry]
name = "atxm"
version = "0.4.0"
version = "0.5.0"
authors = ["NuCypher <devs@nucypher.com>"]
description = "Automatic Transaction Machine (ATxM) for Ethereum."

Expand Down

0 comments on commit 5c2521d

Please sign in to comment.