diff --git a/pynfe/__init__.py b/pynfe/__init__.py index 715aaef3..938eb305 100644 --- a/pynfe/__init__.py +++ b/pynfe/__init__.py @@ -1,5 +1,5 @@ def get_version(): - return "0.5.3" + return "0.6.0" __version__ = get_version() diff --git a/setup.py b/setup.py index a595ea41..a2ac4f8f 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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",