From 93a0cc7c9c64cd142e6f62bb114aa2b467d2af3b Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 21 Jul 2024 14:50:24 -0700 Subject: [PATCH] 0.0.38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdf52f4..d1ebfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "e2-tts-pytorch" -version = "0.0.37" +version = "0.0.38" description = "E2-TTS in Pytorch" authors = [ { name = "Phil Wang", email = "lucidrains@gmail.com" }