mirror of https://github.com/nucypher/pyUmbral.git
parent
6c20fafc60
commit
b66c8c0b77
|
@ -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+))?
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Installing pyUmbral
|
||||
====================
|
||||
v0.1.2-alpha.2
|
||||
v0.1.3-alpha.0
|
||||
|
||||
Using pip
|
||||
-------------------------
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue