We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14e5e5 commit 5354205Copy full SHA for 5354205
pyproject.toml
@@ -1,9 +1,7 @@
1
[project]
2
name = "inject-it"
3
-version = "0.3.0"
4
-description = """\
5
-Dependency injection done easy using python decorators!
6
-"""
+version = "0.3.1"
+description = "Dependency injection done easy using python decorators!"
7
readme = "README.md"
8
authors = [
9
{name = "Leandro de Souza", email = "[email protected]"},
@@ -14,7 +12,7 @@ requires-python = ">=3.9"
14
12
15
13
[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.3.0"
+download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.3.1"
18
19
[project.optional-dependencies]
20
[tool.pdm]
0 commit comments