We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc37243 commit 4eee661Copy full SHA for 4eee661
1 file changed
pyproject.toml
@@ -101,6 +101,7 @@ version_variables = [
101
branch = "main"
102
build_command = "python -m build"
103
upload_to_vcs_release = true
104
+major_on_zero = false # Prevents automatic 0.x.x -> 1.0.0 transition
105
106
# Changelog configuration
107
changelog_file = "CHANGELOG.md"
0 commit comments