From 24be4815e130936195cab5cce545e3368b77f980 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Tue, 6 Feb 2018 12:13:31 -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 cc20e84..a8408d7 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.9.7" +VERSION = "0.9.8" setup( name="PyTrustNFe3",