Hello,
The current implementation of versioning is the following:
The version in GIT repo is always 0.0.0.
During the release to the pypi repository, the version variable in Metis/init.py is set with the release tag and the released pypi package contain the correct version.
The version in the GIT repo is staying 0.0.0 and the zip/tar.gz files contain the 0.0.0
I checked some other Semi-ATE projects and they follow the same - the version is only set for pypi or conda-forge.
So I prefer to keep the same logic. At the end the end user should use official release package from pypi or conda instead raw sources from git.
in Git the Version is 0.1.1
but when I call in Python 'Metis. version', I get 0.0.0 Please update the version in Metis/init.py