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

pull/3295/head v7.0.0-rc.3
Kieran Prasch 2023-10-24 21:37:22 +02:00
parent c7be7414b1
commit f893a7388e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.0-rc.2
current_version = 7.0.0-rc.3
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.2'
release = '7.0.0-rc.3'
# -- 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.2"
__version__ = "7.0.0-rc.3"
__author__ = "NuCypher"