diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e042c81..88719b09 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3-alpha.2 +current_version = 0.2.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/README.rst b/README.rst index 8d5773e8..6c574e45 100644 --- a/README.rst +++ b/README.rst @@ -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.2.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.2.0.svg :alt: Commits since latest release - :target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.2...master + :target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master .. end-badges diff --git a/docs/source/conf.py b/docs/source/conf.py index 36ff6c0b..61ecf912 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.1' # The full version, including alpha/beta/rc tags -release = '0.1.3-alpha.2' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 801a629e..52d4efcf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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.2.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.2.0.svg :alt: Commits since latest release - :target: https://github.com/nucypher/pyUmbral/compare/v0.1.3-alpha.2...master + :target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master .. end-badges diff --git a/umbral/__about__.py b/umbral/__about__.py index de8eaa0d..02f8f7b9 100644 --- a/umbral/__about__.py +++ b/umbral/__about__.py @@ -11,7 +11,7 @@ __summary__ = 'NuCypher\'s Umbral Proxy Re-Encryption Implementation' -__version__ = "0.1.3-alpha.2" +__version__ = "0.2.0" __author__ = "NuCypher"