From 359536199b40c57f9e34f57efc46ec88314d2852 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 4 Mar 2026 19:16:31 -0700 Subject: [PATCH] Bump version to 2026.03.04 for PyPI release Media ducking, parallel speak() guidance, and pactl-based volume control. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6936422..6ea9b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tts-mcp" -version = "2026.02.20" +version = "2026.03.04" description = "Multi-engine TTS server with speech queue, exposed via FastMCP 3.0 Streamable HTTP" requires-python = ">=3.12" license = "MIT"