Skip to content

Commit

Permalink
use pep440 style versions (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino authored May 20, 2024
1 parent 7346cf3 commit 290ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ build-backend = "poetry_dynamic_versioning.backend"

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

Expand Down

0 comments on commit 290ce25

Please sign in to comment.