From 3f271a426175c12def62163ca4d2f08c065718bd Mon Sep 17 00:00:00 2001 From: derekpierre Date: Tue, 28 May 2024 08:06:09 -0400 Subject: [PATCH] Update version value in pyproject.toml; seems like last run of bumpversion did not update it. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15f93e9df..98e6072a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nucypher" -version = "7.3.0" +version = "7.4.0" authors = ["NuCypher"] description = "A threshold access control application to empower privacy in decentralized systems."