From 10a136f365aea69f6ae5bd8acfe53dadb3554974 Mon Sep 17 00:00:00 2001 From: Alessandro Martini Date: Thu, 15 Dec 2016 17:09:15 -0200 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7a=20no=20setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c03a42..4a0ca0e 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,10 @@ from setuptools import setup, find_packages long_description = pypandoc.convert('README.md', 'rst') +VERSION = "0.1.9", setup( name="PyTrustNFe", - version="0.1.9", + version=VERSION, author="Danimar Ribeiro", author_email='danimaribeiro@gmail.com', keywords=['nfe', 'mdf-e'],