Skip to content

Commit 17d5b3a

Browse files
Bundled version 0.2.2
1 parent b8725b2 commit 17d5b3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inject-it"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = """\
55
Dependency injection done easy using python decorators! `inject-it` it's a python pure injection system.\
66
You can checkout the extended version of the documentation on [GitHub](https://github.com/plathanus-tech/python-inject-it)\
@@ -14,7 +14,7 @@ requires-python = ">=3.9"
1414

1515
[project.urls]
1616
Homepage = "https://github.com/plathanus-tech/python-inject-it"
17-
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.1"
17+
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.2"
1818

1919
[project.optional-dependencies]
2020
[tool.pdm]

0 commit comments

Comments
 (0)