Bump version: 0.1.0-alpha.4 → 0.1.0-alpha.5

pull/715/head v0.1.0-alpha.5
Kieran Prasch 2019-01-31 10:40:45 -08:00
parent 6a39995a92
commit 5ced700d86
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -4,7 +4,7 @@
----
v0.1.0-alpha.4
v0.1.0-alpha.5
![](https://img.shields.io/pypi/wheel/nucypher.svg)
![](https://img.shields.io/pypi/pyversions/nucypher.svg)

View File

@ -30,7 +30,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.0-alpha.4'
release = '0.1.0-alpha.5'
# -- 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__ = "0.1.0-alpha.4"
__version__ = "0.1.0-alpha.5"
__author__ = "NuCypher"