Bump version: 7.4.1 → 7.5.0

pull/3554/head
KPrasch 2024-07-05 21:04:40 +08:00 committed by derekpierre
parent 8f03cd5b7e
commit 4dee63706d
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.4.1
current_version = 7.5.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

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.1"
__version__ = "7.5.0"
__author__ = "NuCypher"

View File

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