From ab154b677b2692da8e225ac0d9eceada380e48f8 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Thu, 15 Aug 2024 09:22:35 +0300 Subject: [PATCH] bump version to 1.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 078b99b..ea7b002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "that-depends" -version = "1.14.4" +version = "1.15.0" description = "Simple Dependency Injection framework" authors = ["Artur Shiriev "] readme = "README.md"