From d8c79be0949d68e42a746b1f2773c781204e6f57 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 8 Apr 2026 19:52:47 +0000 Subject: [PATCH] chore: bump sidecar version to 1.0.9 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a8c81..1f6a6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "local-transcription" -version = "1.0.8" +version = "1.0.9" description = "A standalone desktop application for real-time speech-to-text transcription using Whisper models" readme = "README.md" requires-python = ">=3.9"