Skip to content

Commit 667f47e

Browse files
authored
Revert "Update version"
1 parent 9cb93ed commit 667f47e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pynfe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def get_version():
2-
return "0.5.3"
2+
return "0.5.2"
33

44

55
__version__ = get_version()

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.2",
1310
author="TadaSoftware",
1411
author_email="[email protected]",
1512
description="Interface library with the Brazilian Electronic Invoice web services",

0 commit comments

Comments
 (0)