Merge pull request #1617 from KPrasch/master

[Release] Bump version: 2.0.0-beta.0 → 2.0.0-beta.1
pull/1629/head
K Prasch 2020-01-24 10:49:20 -08:00 committed by GitHub
commit 6f52fd6ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -30,7 +30,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '2.0.0-beta.0'
release = '2.0.0-beta.1'
# -- General configuration ---------------------------------------------------

View File

@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "2.0.0-beta.0"
__version__ = "2.0.0-beta.1"
__author__ = "NuCypher"