Skip to content
New issue

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

uv version should allow you to increment the project version like the poetry version command #7507

Closed
krishan-patel001 opened this issue Sep 18, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@krishan-patel001
Copy link

Currently the uv version command only prints out the current version. This could be updated to take in an argument or major, minor or patch or a custom version to increment the version in the pyproject.toml similarly to how poetry does this.

If the current version was 1.0.0 in the pyproject.toml the commands would change that value as follows

  • uv version patch -> 1.0.1
  • uv version minor -> 1.1.0
  • uv version major -> 2.0.0
  • uv version 1.1.1.dev101212312 -> 1.1.1.dev101212312
@zanieb
Copy link
Member

zanieb commented Sep 18, 2024

Please remember to search for existing issues #6298

@zanieb zanieb closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
@zanieb zanieb added the duplicate This issue or pull request already exists label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants