Bump version: 6.1.0-dev → 6.1.0-rc.0

pull/2941/head v6.1.0-rc.0
Kieran Prasch 2022-05-10 19:39:30 +02:00
parent 35c69f686b
commit c779aca1cb
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.0-dev
current_version = 6.1.0-rc.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@ -10,11 +10,10 @@ serialize =
[bumpversion:part:stage]
first_value = dev
values =
values =
rc
dev
[bumpversion:part:devnum]
[bumpversion:file:nucypher/__about__.py]

View File

@ -47,7 +47,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '6.1.0-dev'
release = '6.1.0'
# -- General configuration ---------------------------------------------------

View File

@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "6.1.0-dev"
__version__ = "6.1.0"
__author__ = "NuCypher"