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