From 6c2e0be0b6c6ed085544fc01ae238fbee1fe908e Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Fri, 4 Oct 2024 12:05:27 +0200 Subject: [PATCH] chore: bump version to 0.24.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9258247..c0d11a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = ["TTS*"] [project] name = "coqui-tts" -version = "0.24.1" +version = "0.24.2" description = "Deep learning for Text to Speech." readme = "README.md" requires-python = ">=3.9, <3.13"