From e4e0355443d3bbd84cbd2a3a83b8e3a5578728cb Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 29 Jan 2019 09:29:52 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0-alpha.0=20=E2=86=92=200?= =?UTF-8?q?.1.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 8 +++++--- README.md | 2 ++ docs/source/conf.py | 2 +- nucypher/__about__.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ffb8b921..46210deb3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,16 +1,16 @@ [bumpversion] -current_version = 0.1.0-alpha.0 +current_version = 0.1.0-alpha.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-{stage}.{devnum} {major}.{minor}.{patch} [bumpversion:part:stage] optional_value = stable first_value = stable -values = +values = alpha beta rc @@ -24,3 +24,5 @@ values = [bumpversion:file:.circleci/config.yml] [bumpversion:file:nucypher/__about__.py] + +[bumpversion:file:docs/source/conf.py] diff --git a/README.md b/README.md index 658934ac6..0f8bb6a72 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ---- +v0.1.0-alpha.1 + ![](https://img.shields.io/pypi/wheel/nucypher.svg) ![](https://img.shields.io/pypi/pyversions/nucypher.svg) ![](https://coveralls.io/repos/github/nucypher/nucypher/badge.svg?branch=master) diff --git a/docs/source/conf.py b/docs/source/conf.py index bf7ba03c1..020508e54 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ author = 'NuCypher' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0-alpha.0' +release = '0.1.0-alpha.1' # -- General configuration --------------------------------------------------- diff --git a/nucypher/__about__.py b/nucypher/__about__.py index 26627697a..1279e3c5e 100644 --- a/nucypher/__about__.py +++ b/nucypher/__about__.py @@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher" __summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.', -__version__ = "0.1.0-alpha.0" +__version__ = "0.1.0-alpha.1" __author__ = "NuCypher"