Bump version: 0.1.2-alpha.2 → 0.1.3-alpha.0

pull/237/head v0.1.3-alpha.0
David Núñez 2018-12-15 21:49:30 +01:00
parent 6c20fafc60
commit b66c8c0b77
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2-alpha.2
current_version = 0.1.3-alpha.0
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 @@
=========
pyUmbral
=========
v0.1.2-alpha.2
v0.1.3-alpha.0
.. image:: https://circleci.com/gh/nucypher/pyUmbral/tree/master.svg?style=svg
:target: https://circleci.com/gh/nucypher/pyUmbral/tree/master

View File

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

View File

@ -4,7 +4,7 @@
========
pyUmbral
========
v0.1.2-alpha.2
v0.1.3-alpha.0
.. image:: https://circleci.com/gh/nucypher/pyUmbral/tree/master.svg?style=svg
:target: https://circleci.com/gh/nucypher/pyUmbral/tree/master

View File

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

View File

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