From 41993df57cbf2a02b094eca13c6fccca88170159 Mon Sep 17 00:00:00 2001 From: KPrasch Date: Mon, 5 Feb 2024 21:54:36 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.2.0=20=E2=86=92=207.3.0?= 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 24c00edb85f..588d6ce96ff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.2.0 +current_version = 7.3.0 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 7211db5fc20..890a6e007be 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.2.0" +__version__ = "7.3.0" __author__ = "NuCypher"