diff --git a/setup.py b/setup.py index 90c227d..6f34db2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pylasu', packages=find_packages(exclude=["tests"]), - version=about['version'], + version=about['__version__'], description='Pylasu is an AST Library in the StarLasu family, targeting the Python language.', author='Strumenta S.R.L.', license='Apache License V2',