From f834cfc5af2d82e9c69e25be72bdace22d4655df Mon Sep 17 00:00:00 2001 From: derekpierre Date: Thu, 5 Sep 2024 08:45:47 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.4.0=20=E2=86=92=207.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- nucypher/__about__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b8f8c8be3..6ec45a8f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.4.0 +current_version = 7.4.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? @@ -17,4 +17,5 @@ values = [bumpversion:part:devnum] [bumpversion:file:pyproject.toml] + [bumpversion:file:nucypher/__about__.py] diff --git a/nucypher/__about__.py b/nucypher/__about__.py index 6bc4102b6..66514cee2 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.0" +__version__ = "7.4.1" __author__ = "NuCypher" diff --git a/pyproject.toml b/pyproject.toml index caa85dcbc..51d092720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nucypher" -version = "7.4.0" +version = "7.4.1" authors = ["NuCypher"] description = "A threshold access control application to empower privacy in decentralized systems."