Bump version: 5.3.3 → 6.0.0-rc

pull/2889/head v6.0.0-rc
Kieran Prasch 2022-03-25 12:33:40 -07:00
parent 50c0b02223
commit aa2baaf2c9
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.3
current_version = 6.0.0-rc
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 = '5.3.3'
release = '6.0.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__ = "5.3.3"
__version__ = "6.0.0"
__author__ = "NuCypher"