Skip to content

Commit

Permalink
Merge 5fe7ad6 into 7e7333d
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jul 22, 2019
2 parents 7e7333d + 5fe7ad6 commit 1d18b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
@@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages

VERSION = "1.0.4"
VERSION = "1.0.5"


setup(
Expand Down Expand Up @@ -35,6 +35,7 @@
license='LGPL-v2.1+',
description='PyTrustNFe é uma biblioteca para envio de NF-e',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
install_requires=[
'Jinja2 >= 2.8',
'signxml >= 2.4.0',
Expand Down

0 comments on commit 1d18b6e

Please sign in to comment.