From baecf89ae6337d0a15d94e2e511937b32f535d05 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Mon, 2 Sep 2019 16:30:57 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0-alpha.25=20=E2=86=92=20?= =?UTF-8?q?0.1.0-alpha.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- nucypher/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c365900d..0a18abb52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-alpha.24 +current_version = 0.1.0-alpha.26 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 6e2375fba..c574594ff 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.24' +release = '0.1.0-alpha.26' # -- General configuration --------------------------------------------------- diff --git a/nucypher/__about__.py b/nucypher/__about__.py index bbb1dddd3..e02b34b00 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.24" +__version__ = "0.1.0-alpha.26" __author__ = "NuCypher"