From 4dee63706d76ab9ca41543c15de42fee9d711dce Mon Sep 17 00:00:00 2001 From: KPrasch Date: Fri, 5 Jul 2024 21:04:40 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.4.1=20=E2=86=92=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nucypher/__about__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ec45a8f0..baa380d54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.4.1 +current_version = 7.5.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/nucypher/__about__.py b/nucypher/__about__.py index 66514cee2..9fa164f43 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.4.1" +__version__ = "7.5.0" __author__ = "NuCypher" diff --git a/pyproject.toml b/pyproject.toml index 51d092720..99e6267d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nucypher" -version = "7.4.1" +version = "7.5.0" authors = ["NuCypher"] description = "A threshold access control application to empower privacy in decentralized systems."