From 37dd394bbccc481f4f707daa0b3c89c45236fd48 Mon Sep 17 00:00:00 2001 From: Leandro de Souza Date: Fri, 24 Jun 2022 17:41:48 -0300 Subject: [PATCH] Bundled version 0.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25eecc4..b0fecc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inject-it" -version = "0.2.0" +version = "0.2.1" description = "" authors = [ {name = "Leandro de Souza", email = "leandrodesouzadev@gmail.com"}, @@ -11,7 +11,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.0" +download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.1" [project.optional-dependencies] [tool.pdm]