From fa6a11c4ec1f9b611df1ddf7052eb5442c31a741 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Mon, 9 Dec 2024 16:15:16 +0100 Subject: [PATCH] chore: bump version to 0.25.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5386d274ac..bf0a1d88c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "hatchling.build" [project] name = "coqui-tts" -version = "0.25.0" +version = "0.25.1" description = "Deep learning for Text to Speech." readme = "README.md" requires-python = ">=3.9, <3.13"