The Brain v1.0.1 — packaging hotfix.
Bumps the in-package version string to 1.0.1 so brain --version
inside the published Docker image matches the image tag.
The v1.0.0 image carried pyproject.version = "0.0.1", so a fresh
install of ghcr.io/mihaibuilds/the-brain:1.0.0 reported
brain, version 0.0.1 — purely a string mismatch with the image
tag, no runtime behavior change. This release fixes the version
string only.
No source-code, API, or schema changes since v1.0.0. Anyone on
v1.0.0 can stay there safely; this release is recommended only to
keep the reported version aligned with the image tag.