From 5752453f7b56d030b2948f1b16899942b13110ac Mon Sep 17 00:00:00 2001 From: Alessandro Martini Date: Thu, 15 Dec 2016 18:31:35 -0200 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20nos=20testes?= 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 4a0ca0e9..e01bf270 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = pypandoc.convert('README.md', 'rst') -VERSION = "0.1.9", +VERSION = "0.1.9" setup( name="PyTrustNFe", version=VERSION,