From 634506f902c3e50c6a0e63e4c06ed53f3c42817e Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 12 Apr 2026 01:59:52 +0000 Subject: [PATCH] chore: bump sidecar version to 1.0.14 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b620e0..eeb6113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "local-transcription" -version = "1.0.13" +version = "1.0.14" description = "A standalone desktop application for real-time speech-to-text transcription using Whisper models" readme = "README.md" requires-python = ">=3.9"