From a2ff922d727fa8bb410b85f4b6d33295122bcdf4 Mon Sep 17 00:00:00 2001 From: Mariano Daniel Gobea Alcoba Date: Tue, 28 May 2024 13:04:59 -0300 Subject: [PATCH] :bookmark: V1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 050ae30..09b8364 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='argendolar', - version='1.1.1', + version='1.1.2', packages=find_packages(), install_requires=['pandas', 'requests'], author='Mariano Gobea Alcoba',