From a10e3920ce00d89c7dad1839c472f5bc94cfaeca Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 31 Oct 2023 15:10:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.0.0-rc.4=20=E2=86=92=207.0.?= =?UTF-8?q?0-rc.5?= 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 72ff5a271..811b2efc7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0-rc.4 +current_version = 7.0.0-rc.5 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 8592f3da7..5259ccf75 100644 --- a/nucypher/__about__.py +++ b/nucypher/__about__.py @@ -16,7 +16,7 @@ __url__ = "https://github.com/nucypher/nucypher" __summary__ = "A threshold access control application to empower privacy in decentralized systems." -__version__ = "7.0.0-rc.4" +__version__ = "7.0.0-rc.5" __author__ = "NuCypher"