SDK_VERSION
Constant: warmhub.SDK_VERSION
SDK_VERSION = _resolve_sdk_version()Read from installed package metadata, not a literal.
The literal said 0.1.0 while pyproject.toml said 0.0.0.dev0, and this
docstring claimed it was kept in step by hand — it was not, which is what
hand-kept copies do. Since #7566 made versions release-owned, the source
manifest carries a sentinel and the real number is injected at release time, so
a literal here could only ever be wrong.