From 074b8e27a819145103cbd43a15f0b952e3eabb6d Mon Sep 17 00:00:00 2001 From: Felipe Prenholato Date: Sun, 15 Apr 2018 22:12:29 -0300 Subject: [PATCH] WIP: trying to make versioning works. Use postN versioning so we don't conflict with any original version. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d862966..d3ff23c 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.1.45" +VERSION = "0.1.45.post1" setup( - name="PyTrustNFe", + name="PyTrustNFeLoggi", version=VERSION, author="Danimar Ribeiro", author_email='danimaribeiro@gmail.com',