From bb12d284050f71e9a6c11359e1faaf134a5866e0 Mon Sep 17 00:00:00 2001 From: Bruno Penso Date: Sat, 27 Nov 2021 10:10:53 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5063bf..df8a754 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nfceget", # Replace with your own username - version="1.0.8", + version="1.1.2", author="Bruno Penso", description="Pacote para recuperar uma NFCE (nota fiscal consumidor eletronica) e transformar em json.", long_description=long_description,