From 7a8d396f9e03b6b2a0893161a8161e9c2b3c5d0e Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Tue, 3 Dec 2024 00:44:10 -0700 Subject: [PATCH] bump version to v0.0.3 (#35) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81a0bf3..7db479f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybooster" -version = "0.0.2" +version = "0.0.3" description = "Dependency injection without the boilerplate." readme = "README.md" requires-python = ">=3.11,<4"