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

pull/3297/head v7.0.0-rc.2
Kieran Prasch 2023-10-18 21:50:46 +02:00
parent caa11ab5d5
commit f398990b23
3 changed files with 3 additions and 3 deletions

View File

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