Skip to content

Commit d63451c

Browse files
chore(config): set major_on_zero to true
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b54568 commit d63451c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include = ["torchlens*"]
5858
version_toml = ["pyproject.toml:project.version"]
5959
version_variables = ["torchlens/__init__.py:__version__"]
6060
branch = "main"
61-
major_on_zero = false
61+
major_on_zero = true
6262
build_command = "pip install build && python -m build"
6363
commit_message = "chore(release): {version}"
6464

0 commit comments

Comments
 (0)