From 8c690bfb3fa71627417fc1eef285ca120c44389a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 13 Jul 2022 10:38:26 -0300 Subject: [PATCH] Switched to v1.2.1 to identify git code --- kibot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/__init__.py b/kibot/__init__.py index 4f66ec91..96714224 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -5,5 +5,5 @@ __license__ = 'GPL v3+' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '1.2.0' +__version__ = '1.2.1' __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen']