From 03430de88e8ba0fc706394f5d962fe5ff318268f Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Wed, 29 May 2024 09:57:55 +0200 Subject: [PATCH] chore: bump version to 0.24.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1ea662d..ff2ff32d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["TTS*"] [project] name = "coqui-tts" -version = "0.24.0" +version = "0.24.1" description = "Deep learning for Text to Speech." readme = "README.md" requires-python = ">=3.9, <3.13"