1.10.2 - Update multiple version strings
Now replaces both 0.0.0-auto.0
and 0.0.0+auto.0
strings with the version, which is needed as libraries move to have their default versions defined as 0.0.0+auto.0
inside of pyproject.toml
to help with editable installs.