From c427198766473abe293a2bdd037dd6b4440b4bfd Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Fri, 28 Jun 2024 16:26:24 +0200 Subject: [PATCH] chore: update version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8989b..ebb1afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ include = ["trainer*"] [project] name = "coqui-tts-trainer" -version = "0.1.3" +version = "0.1.4" description = "General purpose model trainer for PyTorch that is more flexible than it should be, by 🐸Coqui." readme = "README.md" requires-python = ">=3.9, <3.13"