mirror of https://github.com/nucypher/nucypher.git
parent
1c698fe035
commit
b61ad503af
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 2.0.0-beta.2
|
current_version = 2.0.0-beta.3
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||||
|
|
|
@ -30,7 +30,7 @@ author = 'NuCypher'
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = ''
|
version = ''
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '2.0.0-beta.2'
|
release = '2.0.0-beta.3'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
||||||
|
|
||||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||||
|
|
||||||
__version__ = "2.0.0-beta.2"
|
__version__ = "2.0.0-beta.3"
|
||||||
|
|
||||||
__author__ = "NuCypher"
|
__author__ = "NuCypher"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue