From b9dcd3d0b7e5d7c8cc374350c4b276aba17779e1 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Sun, 20 Oct 2024 23:13:09 +0200 Subject: [PATCH] chore: bump version to 0.24.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38f353e9ba..3dbe411b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = ["TTS*"] [project] name = "coqui-tts" -version = "0.24.2" +version = "0.24.3" description = "Deep learning for Text to Speech." readme = "README.md" requires-python = ">=3.9, <3.13"