From d766237a650d2cc1201bb93913218777efea9fe6 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 22 Jun 2024 20:03:48 +0300 Subject: [PATCH] bump version to 1.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4005a7f..120db83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "that-depends" -version = "1.12.0" +version = "1.13.0" description = "Simple Dependency Injection framework" authors = ["Artur Shiriev "] readme = "README.md"