Closed
Description
@a-feld has a slick versioning solution that uses setuptools-scm to set the version from git tags.
We should consider doing the same thing here to avoid updating version files by hand. Note that this doesn't mean that we have to release in response to git tags.
This approach also suggests that we should release all packages in the repo with the same version number on each release, or split these packages into separate. This decision TBD.