Closed rspencer01 closed 1 month ago
We currently use a hardcoded version number in the setup.py. We should use setuptools-scm to read this from the version control history and switch to tags as the source of truth.
setup.py
setuptools-scm
We currently use a hardcoded version number in the
setup.py
. We should usesetuptools-scm
to read this from the version control history and switch to tags as the source of truth.