Skip to content

Commit

Permalink
Merge pull request #391 from leogregianin/main
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
leogregianin authored Feb 26, 2025
2 parents 36ac5eb + 74d39fa commit 9cb93ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.2"
return "0.5.3"


__version__ = get_version()
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
#!/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="0.5.2",
version=__version__,
author="TadaSoftware",
author_email="[email protected]",
description="Interface library with the Brazilian Electronic Invoice web services",
Expand Down

0 comments on commit 9cb93ed

Please sign in to comment.