From 3c270d6201e9d3d50e199d468de0b025bdd3b1f6 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 22 Mar 2026 23:25:43 +0000 Subject: [PATCH] chore: bump sidecar version to 1.0.7 [skip ci] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 132c60a..9bfc7cb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "voice-to-notes" -version = "1.0.6" +version = "1.0.7" description = "Python sidecar for Voice to Notes — transcription, diarization, and AI services" requires-python = ">=3.11" license = "MIT"