We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8725b2 commit 17d5b3aCopy full SHA for 17d5b3a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "inject-it"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = """\
5
Dependency injection done easy using python decorators! `inject-it` it's a python pure injection system.\
6
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"
14
15
[project.urls]
16
Homepage = "https://github.com/plathanus-tech/python-inject-it"
17
-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"
18
19
[project.optional-dependencies]
20
[tool.pdm]
0 commit comments