Hi,
checking out the tag v0.24.4 gets a pyproject.toml with version 0.24.3, causing conflicts during distribution packaging:
$ git describe --tags
v0.24.4
$ grep ^version pyproject.toml
version = "0.24.3"
$ git log -n1 --oneline pyproject.toml
b0c9084abd92 (tag: v0.24.3) bump: up to version 0.24.3
Could you release a new version (I guess 0.24.5 would be the next) where the version in the tag and in pyproject.toml match?