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
I was expecting bump-my-version to be able to read
[project]
version = "1.0.0"
But it did not. If a current_version isn't specified, IMO this should be the fallback location. According to PEP 621, it is the canonical version if specified. All backends except Poetry support this now (and Poetry 2 is supposed to).
What I Did
pipx run bump-my-version
The text was updated successfully, but these errors were encountered:
Description
I was expecting bump-my-version to be able to read
But it did not. If a
current_version
isn't specified, IMO this should be the fallback location. According to PEP 621, it is the canonical version if specified. All backends except Poetry support this now (and Poetry 2 is supposed to).What I Did
The text was updated successfully, but these errors were encountered: