Skip to content

Commit 1b2d349

Browse files
authored
fix: Correct version to write to
1 parent 78382eb commit 1b2d349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ distribution = true
3333

3434
[tool.pdm.version]
3535
source = "scm"
36-
write_to = "apsig/_version.py"
37-
write_template = "__version__ = '{}'"
36+
write_to = "apmodel/_version.py"
37+
write_template = "__version__ = '{}'"

0 commit comments

Comments
 (0)