From 1d179cc27608d7f746c21ca17dacb37a44e00b54 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 31 Oct 2023 15:41:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.0.0-rc.5=20=E2=86=92=207.0.?= =?UTF-8?q?0-rc.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nucypher/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 811b2efc77..36c11987c3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0-rc.5 +current_version = 7.0.0-rc.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/nucypher/__about__.py b/nucypher/__about__.py index 5259ccf755..6b71e19cfe 100644 --- a/nucypher/__about__.py +++ b/nucypher/__about__.py @@ -16,7 +16,7 @@ __summary__ = "A threshold access control application to empower privacy in decentralized systems." -__version__ = "7.0.0-rc.5" +__version__ = "7.0.0-rc.6" __author__ = "NuCypher"