Skip to content

Commit

Permalink
Bundled version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Jun 24, 2022
1 parent b8725b2 commit 17d5b3a
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.2.1"
version = "0.2.2"
description = """\
Dependency injection done easy using python decorators! `inject-it` it's a python pure injection system.\
You can checkout the extended version of the documentation on [GitHub](https://github.com/plathanus-tech/python-inject-it)\
Expand All @@ -14,7 +14,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.2.1"
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.2"

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

0 comments on commit 17d5b3a

Please sign in to comment.