warpline 1.1.3 — version metadata fix
Patch release fixing stale self-reported version metadata. Frozen warpline.<contract>.v1 MCP contracts remain unchanged.
Fixed
warpline.__version__now derives from the installed package metadata (importlib.metadata) instead of a hand-maintained literal. That literal went stale at 1.1.2, sowarpline --version, the MCPserverInfo.version, and every response envelope'smeta.producer.versionreported1.1.1on the 1.1.2 build. The version is now single-sourced frompyprojectand cannot drift; the package-version test asserts that property rather than pinning a literal.
If you deployed 1.1.2, upgrade to 1.1.3 so warpline reports its own version correctly (the 1.1.2 hook-hang fix is included).
🤖 Generated with Claude Code