Make sure Conda and setuptools package use the same version
- When using manually
pip install
the version is read from git and local changes - During the conda build the version is enforced by conda (which is/was coming from git tag)
Edited by Samuel Debionne