"""Single source of truth for the app version.

Every code change bumps this and adds a newest-first CHANGELOG line. The version
is surfaced at /api/meta and rendered in the UI footer — that is how a deploy is
confirmed to have actually landed (coding.md, "Versioning = deploy confirmation").
"""

VERSION = "0.4.1"
