Closed raynardj closed 3 years ago
Describe the bug this commit f7f1acc6ba7b021129b0a5f3bcde4a83e0d25a5f broke the version when run setup.py, will create version 0.0.0 instead of 0.1.8.1 when run pip install -e . in root folder
setup.py
0.0.0
0.1.8.1
pip install -e .
Before that commit this particular error doesn't exist
To Reproduce Try run the following in colab
pip install git+https://github.com/unpackai/unpackai/
Expected behavior When setup the version should be the version described in setting.ini
setting.ini
Desktop (please complete the following information):
Describe the bug this commit f7f1acc6ba7b021129b0a5f3bcde4a83e0d25a5f broke the version when run
setup.py
, will create version0.0.0
instead of0.1.8.1
when runpip install -e .
in root folderBefore that commit this particular error doesn't exist
To Reproduce Try run the following in colab
Expected behavior When setup the version should be the version described in
setting.ini
Desktop (please complete the following information):