diff --git a/ROADMAP.md b/ROADMAP.md index f2f31b4..63afd2d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,7 @@ # The Booth — roadmap Design: [`docs/design/information-architecture.md`](docs/design/information-architecture.md). -Current version: `0.6.0` (U1 through U6 landed; extracted from eshpfi 2026-09-21). +Current version: `0.6.1` (U1 through U6 landed; extracted from eshpfi 2026-09-21). ## v1 target diff --git a/pyproject.toml b/pyproject.toml index ff32902..b5b9763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "booth" -version = "0.6.0" +version = "0.6.1" description = "The Booth — a dead-simple standing web server that scans a data dir of drop-folders and renders each as an ephemeral media 'booth' (image/webm/audio auto-gallery, or a folder's own index.html verbatim). Also accepts browser/curl uploads for pickup under a human-readable id. 24h TTL, then the folder is wiped. Fleet tool for CC sessions to surface A/B and smoke results to the operator." requires-python = ">=3.11" dependencies = [