Enhance version retrieval logic and add fallback mechanisms in _get_installed_version function

This commit is contained in:
Lloyd
2026-03-10 11:33:49 +00:00
parent cd1c88e9c6
commit bf3b4b5b1b
2 changed files with 59 additions and 17 deletions
+1
View File
@@ -85,3 +85,4 @@ line_length = 100
[tool.setuptools_scm]
version_scheme = "guess-next-dev"
local_scheme = "no-local-version"
version_file = "repeater/_version.py"