fix bugs in interface & module loading
[logparse.git] / setup.py
index b400997e503d6af1fdc2961ca0efe5622257852a..42b28e0848a9ddd32201841535c98c6a8b9d12d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from io import open
 import logparse
 
 here = path.abspath(path.dirname(__file__))
-__version__ = '1.0'      # https://www.python.org/dev/peps/pep-0440/   https://packaging.python.org/en/latest/single_source_version.html
+__version__ = logparse.__version__      # https://www.python.org/dev/peps/pep-0440/   https://packaging.python.org/en/latest/single_source_version.html
 
 # Get the long description from the README file
 with open(path.join(here, 'README.md'), encoding='utf-8') as f: