From 1cea5b62e1e88f3a8d216e2c5c0d022549392212 Mon Sep 17 00:00:00 2001 From: Aldo Mateli Date: Sat, 24 Aug 2024 13:01:49 +0100 Subject: [PATCH] Tag 0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de8d7f8..8b6a011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wireup" -version = "0.8.2" +version = "0.9.0" description = "Python Dependency Injection Library" authors = ["Aldo Mateli "] license = "MIT"