From 17d5b3a5aa9c2022aa2fd7a54a0b6b61d5c3d214 Mon Sep 17 00:00:00 2001 From: Leandro de Souza Date: Fri, 24 Jun 2022 17:49:28 -0300 Subject: [PATCH] Bundled version 0.2.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72e9ed2..4d13dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inject-it" -version = "0.2.1" +version = "0.2.2" description = """\ Dependency injection done easy using python decorators! `inject-it` it's a python pure injection system.\ You can checkout the extended version of the documentation on [GitHub](https://github.com/plathanus-tech/python-inject-it)\ @@ -14,7 +14,7 @@ requires-python = ">=3.9" [project.urls] Homepage = "https://github.com/plathanus-tech/python-inject-it" -download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.1" +download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.2" [project.optional-dependencies] [tool.pdm]