Bump version: 7.0.0-rc.3 → 7.0.0-rc.4

pull/3314/head
Kieran Prasch 2023-10-26 21:30:35 +02:00 committed by KPrasch
parent c2f60e7a96
commit c44cfc6fd6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -46,7 +46,7 @@ author = "NuCypher"
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '7.0.0-rc.3'
release = '7.0.0-rc.4'
# -- General configuration ---------------------------------------------------

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.0.0-rc.3"
__version__ = "7.0.0-rc.4"
__author__ = "NuCypher"