hotato 0.4.1
Hotato 0.4.1
Released 2026-07-08. Patch release; scores, envelopes, and reports are identical to 0.4.0.
Fixed
hotato --version, thehotato describemanifest, and stackbench provenance reported "0.3.1" from the 0.4.0 wheel. The 0.4.0 bump missed the__version__literal insrc/hotato/__init__.py, so every runtime self-report carried the previous release's number. Only the reported string was wrong; no score or envelope was affected.- The gap is now closed structurally:
tests/test_version_lockstep.pyanchorshotato.__version__, thedescribemanifest, and the installed distribution metadata againstpyproject.toml, and the release checklist enumerates every version lockstep site. The previous test compared the manifest to__version__itself, which agreed even when both were wrong.
Upgrade
pip install -U hotato
# or zero-install
uvx hotato --version