Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not specify tagprefix since there is none in tags for hed-python
Without it "version" does not include version at all! E.g. could be ❯ python -c 'from hed._version import get_versions; print(get_versions())' {'version': '0+untagged.2400.g10fe30e', ... after this fix ❯ python -c 'from hed._version import get_versions; print(get_versions())' {'version': '0.5.0+145.g10fe30e1.dirty', ...
- Loading branch information