Skip to content

Commit 5354205

Browse files
Fix: description fix
1 parent a14e5e5 commit 5354205

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[project]
22
name = "inject-it"
3-
version = "0.3.0"
4-
description = """\
5-
Dependency injection done easy using python decorators!
6-
"""
3+
version = "0.3.1"
4+
description = "Dependency injection done easy using python decorators!"
75
readme = "README.md"
86
authors = [
97
{name = "Leandro de Souza", email = "[email protected]"},
@@ -14,7 +12,7 @@ requires-python = ">=3.9"
1412

1513
[project.urls]
1614
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"
15+
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.3.1"
1816

1917
[project.optional-dependencies]
2018
[tool.pdm]

0 commit comments

Comments
 (0)