We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if uv had native capability to update version information in pyproject.toml.
uv
Both pdm and poetry have this capability, here are the links https://python-poetry.org/docs/cli/#version https://github.com/carstencodes/pdm-bump
The pdm support is through a 3rd party pdm plugin.
for example:
pdm bump micro # creates 0.1.2 from 0.1.1 poetry version patch # creates 0.1.2 from 0.1.1
The text was updated successfully, but these errors were encountered:
Duplicate of #6298
Sorry, something went wrong.
No branches or pull requests
It would be nice if
uv
had native capability to update version information in pyproject.toml.Both pdm and poetry have this capability, here are the links
https://python-poetry.org/docs/cli/#version
https://github.com/carstencodes/pdm-bump
The pdm support is through a 3rd party pdm plugin.
for example:
The text was updated successfully, but these errors were encountered: