Bump version: 0.1.0-alpha.0 → 0.1.0-alpha.1

pull/702/head v0.1.0-alpha.1
Kieran Prasch 2019-01-29 09:29:52 -08:00
parent 62300e5885
commit e4e0355443
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
4 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.1.0-alpha.0
current_version = 0.1.0-alpha.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}
[bumpversion:part:stage]
optional_value = stable
first_value = stable
values =
values =
alpha
beta
rc
@ -24,3 +24,5 @@ values =
[bumpversion:file:.circleci/config.yml]
[bumpversion:file:nucypher/__about__.py]
[bumpversion:file:docs/source/conf.py]

View File

@ -4,6 +4,8 @@
----
v0.1.0-alpha.1
![](https://img.shields.io/pypi/wheel/nucypher.svg)
![](https://img.shields.io/pypi/pyversions/nucypher.svg)
![](https://coveralls.io/repos/github/nucypher/nucypher/badge.svg?branch=master)

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.0'
release = '0.1.0-alpha.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__ = "0.1.0-alpha.0"
__version__ = "0.1.0-alpha.1"
__author__ = "NuCypher"