From ee290874e541473be7af64674ac2fcc353fb2d88 Mon Sep 17 00:00:00 2001 From: Luqaska Date: Fri, 15 Jul 2022 18:17:03 -0300 Subject: [PATCH] =?UTF-8?q?PyPI=20bloque=C3=B3=20'0.1.0-hotfix'.=20Por=20e?= =?UTF-8?q?llo,=20ahora=20se=20llamara=20'v0.1.1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c56b35..0afa069 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="frases", packages=["frases"], - version="0.1.0-hotfix", + version="0.1.1", author="Luqaska", description="API de frases", long_description=long_description,