Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pynfe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def get_version():
return "0.5.3"
return "0.6.0"


__version__ = get_version()
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="PyNFe",
version="0.5.3",
version="0.6.0",
author="TadaSoftware",
author_email="tadasoftware@gmail.com",
description="Interface library with the Brazilian Electronic Invoice web services",
Expand Down Expand Up @@ -40,9 +40,7 @@
"suds-community",
"PyXB-X==1.2.6.3",
],
"impressao": [
"brazilfiscalreport[damdfe]"
]
"impressao": ["brazilfiscalreport[damdfe]"],
},
zip_safe=False,
python_requires=">=3.8",
Expand Down