From d616b3b9a6f0e7fe3f061bbdd938b9cb5cc0ef3a Mon Sep 17 00:00:00 2001 From: Felipe Prenholato Date: Tue, 15 May 2018 14:05:29 -0300 Subject: [PATCH] Fix case name, bump version to 0.9.18.post1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4f68dcf..ea9d46b 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ from setuptools import setup, find_packages -VERSION = "0.9.18" +VERSION = "0.9.18.post1" setup( - name="PyTrustNFe3", + name="pytrustnfe3", version=VERSION, author="Danimar Ribeiro", author_email='danimaribeiro@gmail.com',