Skip to content

Commit

Permalink
Revert "Update version"
Browse files Browse the repository at this point in the history
  • Loading branch information
leogregianin authored Feb 26, 2025
1 parent 9cb93ed commit 667f47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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.5.2"


__version__ = get_version()
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
#!/usr/bin/env python
import setuptools

from pynfe import __version__


with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setuptools.setup(
name="PyNFe",
version=__version__,
version="0.5.2",
author="TadaSoftware",
author_email="[email protected]",
description="Interface library with the Brazilian Electronic Invoice web services",
Expand Down

0 comments on commit 667f47e

Please sign in to comment.