diff --git a/setup.py b/setup.py index b6b4ecc..9a16297 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +import secsie import pathlib from setuptools import setup @@ -10,7 +11,7 @@ # This call to setup() does all the work setup( name="secsie-conf", - version="1.0.0", + version=secsie.__version__, description="A small library for parsing configuration files", long_description=README, long_description_content_type="text/markdown",