From 3470e04a45de4da6fe12cd3b4ea1f9e8410a696f Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Fri, 6 Oct 2023 14:25:55 +1300 Subject: [PATCH] =?UTF-8?q?Bump=20version=20number=20=F0=9F=8E=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b09b61..63570c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "phx-class-registry" -version = "4.0.6" +version = "4.1.0" description = "Factory+Registry pattern for Python classes" readme = "README.rst" requires-python = ">= 3.10"