From 2a7883e0801b50c6db4cdde180a8d6218b4721f7 Mon Sep 17 00:00:00 2001 From: jMyles Date: Thu, 20 Feb 2020 10:03:24 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0-beta.5=20=E2=86=92=202.?= =?UTF-8?q?0.0-beta.6?= 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 4e4194edf..08c35e97c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0-beta.5 +current_version = 2.0.0-beta.6 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 6c004894f..c0cd48102 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 = '2.0.0-beta.5' +release = '2.0.0-beta.6' # -- General configuration --------------------------------------------------- diff --git a/nucypher/__about__.py b/nucypher/__about__.py index 6d4cba0d5..727d0edff 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__ = "2.0.0-beta.5" +__version__ = "2.0.0-beta.6" __author__ = "NuCypher"