Skip to content

Commit 6325666

Browse files
authored
Merge pull request #392 from TadaSoftware/revert-391-main
Revert "Update version"
2 parents 4311651 + 69fd04e commit 6325666

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
#!/usr/bin/env python
22
import setuptools
33

4-
from pynfe import __version__
5-
6-
74
with open("README.md", "r", encoding="utf-8") as fh:
85
long_description = fh.read()
96

107
setuptools.setup(
118
name="PyNFe",
12-
version=__version__,
9+
version="0.5.3",
1310
author="TadaSoftware",
1411
author_email="tadasoftware@gmail.com",
1512
description="Interface library with the Brazilian Electronic Invoice web services",

0 commit comments

Comments
 (0)