From e42a92250701a1402de2913d6fb52fb1b907b055 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Tue, 7 Apr 2026 20:01:20 +0000 Subject: [PATCH] chore: bump sidecar version to 1.0.4 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f9a23c..bc4f639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "local-transcription" -version = "1.0.3" +version = "1.0.4" description = "A standalone desktop application for real-time speech-to-text transcription using Whisper models" readme = "README.md" requires-python = ">=3.9"