Commit 9bb2a8cd authored by Jan Reimes's avatar Jan Reimes
Browse files

🔧 chore(versioning): update uv-dynamic-versioning style to pep440 and enable bump

parent e6fe1e33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -105,7 +105,8 @@ source = "uv-dynamic-versioning"

[tool.uv-dynamic-versioning]
vcs = "git"
style = "semver"
style = "pep440"
bump = true

[tool.uv.workspace]
members = ["packages/*"]