From 65400cddc0b1045eb953ee9e245d35af4ed50a9d Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Sat, 7 Dec 2024 13:10:35 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b71c05d..58bf8ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "pybooster" -version = "0.0.3" +version = "0.0.4" description = "Dependency injection without the boilerplate." readme = "README.md" requires-python = ">=3.11,<4"