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]