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
"pep621": "pep621: Get and set version from pyproject.toml:project.version field",
230
234
"poetry": "poetry: Get and set version from pyproject.toml:tool.poetry.version field",
231
235
"scm": "scm: Fetch the version from git and does not need to set it back",
236
+
"uv": "uv: Get and set version from pyproject.toml:project.version field and uv.lock:package.version field where package.name matches pyproject.toml:project.name"
0 commit comments