Fixes Versioning

This commit is contained in:
2024-06-24 01:55:08 -03:00
parent 172385a1d8
commit b46165c148

View File

@@ -27,8 +27,10 @@ setuptools = "^70.1.0"
[tool.poetry-dynamic-versioning] [tool.poetry-dynamic-versioning]
enable = true enable = true
strict = true
vcs = "git" vcs = "git"
format = "v2.2+{distance}.{commit}" bump = "auto"
format = "v{base}"
[build-system] [build-system]