We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6366e5 commit c549adfCopy full SHA for c549adf
pynfe/__init__.py
@@ -1,5 +1,5 @@
1
def get_version():
2
- return "0.5.3"
+ return "0.6.0"
3
4
5
__version__ = get_version()
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="PyNFe",
9
- version="0.5.3",
+ version="0.6.0",
10
author="TadaSoftware",
11
author_email="[email protected]",
12
description="Interface library with the Brazilian Electronic Invoice web services",
@@ -40,9 +40,7 @@
40
"suds-community",
41
"PyXB-X==1.2.6.3",
42
],
43
- "impressao": [
44
- "brazilfiscalreport[damdfe]"
45
- ]
+ "impressao": ["brazilfiscalreport[damdfe]"],
46
},
47
zip_safe=False,
48
python_requires=">=3.8",
0 commit comments