From f062403353539607f9844ee055e62db3bbc8a922 Mon Sep 17 00:00:00 2001 From: SWivid Date: Sun, 9 Feb 2025 14:36:40 +0800 Subject: [PATCH] 0.5.2 Improve prepare_csv_wavs.py from @hcsolakoglu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95d40ab..90d9a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "f5-tts" -version = "0.5.1" +version = "0.5.2" description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching" readme = "README.md" license = {text = "MIT License"}