From 53542057706f11d46b06f1117c8ea11ee0a6a833 Mon Sep 17 00:00:00 2001 From: Leandro de Souza Date: Wed, 29 Jun 2022 08:52:32 -0300 Subject: [PATCH] Fix: description fix --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a90051c..11c2cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, @@ -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]