Skip to content

Commit

Permalink
Bump version: 7.4.0 → 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Jul 5, 2024
1 parent f5b8f18 commit a695849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.4.0
current_version = 7.5.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand All @@ -17,4 +17,5 @@ values =
[bumpversion:part:devnum]

[bumpversion:file:pyproject.toml]

[bumpversion:file:nucypher/__about__.py]
2 changes: 1 addition & 1 deletion nucypher/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__summary__ = "A threshold access control application to empower privacy in decentralized systems."

__version__ = "7.4.0"
__version__ = "7.5.0"

__author__ = "NuCypher"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nucypher"
version = "7.4.0"
version = "7.5.0"
authors = ["NuCypher"]
description = "A threshold access control application to empower privacy in decentralized systems."

Expand Down

0 comments on commit a695849

Please sign in to comment.