From c6b3189bbd9ff86aa267e3753c8e61ddbff0c324 Mon Sep 17 00:00:00 2001 From: SWivid Date: Thu, 20 Mar 2025 22:48:36 +0800 Subject: [PATCH] v1.0.6 improves docker usage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e7cb84..2779514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "f5-tts" -version = "1.0.5" +version = "1.0.6" description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching" readme = "README.md" license = {text = "MIT License"}