Skip to content

Commit

Permalink
Merge pull request #392 from TadaSoftware/revert-391-main
Browse files Browse the repository at this point in the history
Revert "Update version"
  • Loading branch information
leogregianin authored Feb 27, 2025
2 parents 4311651 + 69fd04e commit 6325666
Showing 1 changed file with 1 addition and 4 deletions.
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.3",
author="TadaSoftware",
author_email="[email protected]",
description="Interface library with the Brazilian Electronic Invoice web services",
Expand Down

0 comments on commit 6325666

Please sign in to comment.