Bump version: 6.2.0-dev → 7.0.0-rc.1

pull/3291/head v7.0.0-rc.1
Kieran Prasch 2023-10-13 15:55:43 +02:00
parent 3486242f9b
commit 2b1c7d6df2
3 changed files with 3 additions and 3 deletions

View File

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