Skip to content

Commit b53eb90

Browse files
committed
fix version template
1 parent 3902c24 commit b53eb90

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
@@ -54,7 +54,7 @@ source = "uv-dynamic-versioning"
5454
[tool.hatch.build.hooks.version]
5555
path = "src/xml2python/_version.py"
5656
template = '''
57-
version = "{version}"
57+
version = '{version}'
5858
'''
5959

6060
[tool.uv-dynamic-versioning]

0 commit comments

Comments
 (0)