From ba39937b12e36faf8f1730e030f026eca9e0cdd8 Mon Sep 17 00:00:00 2001 From: Aldo Mateli Date: Sun, 20 Oct 2024 21:49:52 +0100 Subject: [PATCH] Tag 0.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5443b52..1f6ab91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wireup" -version = "0.10.0" +version = "0.11.0" description = "Python Dependency Injection Library" authors = ["Aldo Mateli "] license = "MIT"