mirror of https://github.com/nucypher/nucypher.git
parent
caa11ab5d5
commit
f398990b23
|
@ -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+))?
|
||||
|
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue