Commit 79bbfd30 by Timm Behner

Change versioning from git commit based to fixed version string

parent 67e30630
......@@ -4,6 +4,6 @@ from setuptools import setup, find_packages
setup(
name="common_analysis_base",
version=subprocess.check_output(['git', 'describe', '--always'], cwd=os.path.dirname(os.path.abspath(__file__))).strip().decode('utf-8'),
version='0.1',
packages=find_packages(),
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment