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

pull/250/head v0.1.3-alpha.1
David Núñez 2019-02-22 11:35:04 +01:00
parent cbc5443062
commit 17c1990c1e
6 changed files with 8 additions and 8 deletions

View File

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

View File

@ -25,9 +25,9 @@ pyUmbral
:alt: PyPI Package latest release
:target: https://pypi.org/project/umbral
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.1.3-alpha.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.1.3-alpha.1.svg
:alt: Commits since latest release
:target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.0...master
:target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.1...master
.. end-badges

View File

@ -26,7 +26,7 @@ author = u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kier
# The short X.Y version
version = '0.1'
# The full version, including alpha/beta/rc tags
release = '0.1.3-alpha.0'
release = '0.1.3-alpha.1'
# -- General configuration ---------------------------------------------------

View File

@ -24,9 +24,9 @@ pyUmbral
:alt: PyPI Package latest release
:target: https://pypi.org/project/umbral
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.1.3-alpha.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.1.3-alpha.1.svg
:alt: Commits since latest release
:target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.0...master
:target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.1...master
.. end-badges

View File

@ -1,7 +1,7 @@
Installing pyUmbral
====================
v0.1.3-alpha.0
v0.1.3-alpha.1
Using pip
-------------------------

View File

@ -27,7 +27,7 @@ __url__ = "https://github.com/nucypher/pyUmbral"
__summary__ = 'NuCypher\'s Umbral Proxy Re-Encryption Implementation'
__version__ = "0.1.3-alpha.0"
__version__ = "0.1.3-alpha.1"
__author__ = "NuCypher"