You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's not ideal, I think we cannot meaningfully parse all kind of versions out there. I would keep this issue open for more inputs from community. Thanks for reporting the issue.
https://github.com/pypa/setuptools_scm will generate a version like
0.1.dev1+ge42c9a0.d20221212
, howeverhas
will recognize it as0.1.
. Is it a bug?The text was updated successfully, but these errors were encountered: