Skip to content

Commit c549adf

Browse files
authored
Update version to 0.6.0 (#414)
1 parent d6366e5 commit c549adf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pynfe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def get_version():
2-
return "0.5.3"
2+
return "0.6.0"
33

44

55
__version__ = get_version()

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyNFe",
9-
version="0.5.3",
9+
version="0.6.0",
1010
author="TadaSoftware",
1111
author_email="[email protected]",
1212
description="Interface library with the Brazilian Electronic Invoice web services",
@@ -40,9 +40,7 @@
4040
"suds-community",
4141
"PyXB-X==1.2.6.3",
4242
],
43-
"impressao": [
44-
"brazilfiscalreport[damdfe]"
45-
]
43+
"impressao": ["brazilfiscalreport[damdfe]"],
4644
},
4745
zip_safe=False,
4846
python_requires=">=3.8",

0 commit comments

Comments
 (0)