From c0d12e14e4526f3fb3549a1176d0b2a79923c5ca Mon Sep 17 00:00:00 2001 From: derekpierre Date: Fri, 17 Nov 2023 12:37:09 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.0.0-rc.9=20=E2=86=92=207.0.?= =?UTF-8?q?0-rc.10?= 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 97235285b..f670a37e7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0-rc.9 +current_version = 7.0.0-rc.10 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 751f61765..ea4a2b66c 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.9" +__version__ = "7.0.0-rc.10" __author__ = "NuCypher"