Browse Source

WIP: trying to make versioning works. Use postN versioning so we don't conflict with any original version.

pull/268/head
Felipe Prenholato 8 years ago
parent
commit
074b8e27a8
  1. 4
      setup.py

4
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',

Loading…
Cancel
Save