From 4fc83251c094438492ce40227ee6194f3f0aa270 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 19:53:14 +0000 Subject: [PATCH] =?UTF-8?q?chore(stt):=20bump=20client=200.1.0=20=E2=86=92?= =?UTF-8?q?=200.2.0=20(HUD=20avanc=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La version inchangée faisait que pipx/uv réutilisait l'ancien build en cache lors d'un réinstall (HUD bleu persistant malgré le nouveau code). Le bump force une résolution propre vers la nouvelle version (HUD design Claude Design). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_017Qjq5jHiqNepnobJpHYpCa --- stt/client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stt/client/pyproject.toml b/stt/client/pyproject.toml index 4583a9a..730cbd8 100644 --- a/stt/client/pyproject.toml +++ b/stt/client/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stt" -version = "0.1.0" +version = "0.2.0" description = "STT — client vocal Jarvis du homelab Funk (voix + HUD, parle au STT-server)" requires-python = ">=3.11" readme = "README.md"