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

pull/2940/head v6.1.0-rc.2
Kieran Prasch 2022-05-27 14:53:21 +02:00
parent 918ca27a98
commit b5d2e4b123
3 changed files with 3 additions and 3 deletions

View File

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

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-rc.1'
release = '6.1.0-rc.2'
# -- 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-rc.1"
__version__ = "6.1.0-rc.2"
__author__ = "NuCypher"