Is there a way to use PEP440-style beta release tags, such as v0.1.3b0
with setuptools_scm?
It currently gives an error invalid literal for int() with base 10: '3b0'
.
This is from version 5.0.1 of setuptools_scm, which is the most recent as of today.