From 153eab402c3d7ca0aaad86a2422d263eafd9cef2 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Fri, 16 Dec 2016 15:28:35 -0200 Subject: [PATCH] =?UTF-8?q?Incremento=20de=20vers=C3=A3o?= 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 a3b524f..37da539 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages long_description = open('README.md').read() -VERSION = "0.1.9" +VERSION = "0.2.0", setup( name="PyTrustNFe", version=VERSION,