Skip to content

Commit

Permalink
bundled v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Jun 29, 2022
1 parent 21f899a commit 5a62470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "inject-it"
version = "0.3.1"
version = "0.3.2"
description = "Dependency injection done easy using python decorators!"
readme = "README.md"
authors = [
Expand All @@ -12,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.1"
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.3.2"

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

0 comments on commit 5a62470

Please sign in to comment.