Skip to content

Commit 79d8959

Browse files
committed
Add missing tool.poetry-dynamic-versioning version match pyproject.py
1 parent f76e5be commit 79d8959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ipython = "*"
4040

4141
[tool.poetry-dynamic-versioning]
4242
enable = true
43+
pattern = "((?P<epoch>\\d+)!)?(?P<base>\\d+(\\.\\d+)*)"
4344

4445
[tool.poetry.group.test.dependencies]
4546
pytest = "^8.0.0"

0 commit comments

Comments
 (0)