Skip to content

Commit

Permalink
Fix: description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Jun 29, 2022
1 parent a14e5e5 commit 5354205
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[project]
name = "inject-it"
version = "0.3.0"
description = """\
Dependency injection done easy using python decorators!
"""
version = "0.3.1"
description = "Dependency injection done easy using python decorators!"
readme = "README.md"
authors = [
{name = "Leandro de Souza", email = "leandrodesouzadev@gmail.com"},
Expand All @@ -14,7 +12,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.3.0"
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.3.1"

[project.optional-dependencies]
[tool.pdm]
Expand Down

0 comments on commit 5354205

Please sign in to comment.