mirror of https://github.com/nucypher/pyUmbral.git
parent
6ed2442278
commit
b2abccafa6
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 0.3.0
|
||||
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.2.0.svg
|
||||
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.3.0.svg
|
||||
:alt: Commits since latest release
|
||||
:target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master
|
||||
:target: https://github.com/nucypher/pyUmbral/compare/v0.3.0...master
|
||||
|
||||
.. end-badges
|
||||
|
||||
|
|
|
@ -23,10 +23,8 @@ project = 'pyUmbral'
|
|||
copyright = u'2019, Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
|
||||
author = u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
|
||||
|
||||
# The short X.Y version
|
||||
version = '0.1'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.2.0'
|
||||
release = '0.3.0'
|
||||
|
||||
|
||||
# -- 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.2.0.svg
|
||||
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.3.0.svg
|
||||
:alt: Commits since latest release
|
||||
:target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master
|
||||
:target: https://github.com/nucypher/pyUmbral/compare/v0.3.0...master
|
||||
|
||||
.. end-badges
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ __url__ = "https://github.com/nucypher/pyUmbral"
|
|||
|
||||
__summary__ = 'NuCypher\'s Umbral Proxy Re-Encryption Implementation'
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.3.0"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue