Bump version: 7.4.0 → 7.4.1

v7.4.1-hotfix
derekpierre 2024-09-05 08:45:47 -04:00
parent 42c3ac528e
commit f834cfc5af
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.4.0
current_version = 7.4.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@ -17,4 +17,5 @@ values =
[bumpversion:part:devnum]
[bumpversion:file:pyproject.toml]
[bumpversion:file:nucypher/__about__.py]

View File

@ -16,7 +16,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = "A threshold access control application to empower privacy in decentralized systems."
__version__ = "7.4.0"
__version__ = "7.4.1"
__author__ = "NuCypher"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nucypher"
version = "7.4.0"
version = "7.4.1"
authors = ["NuCypher"]
description = "A threshold access control application to empower privacy in decentralized systems."