From 3ea1c2037be580cbc9180389e79343598bdad879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 26 Oct 2021 19:14:29 +0200 Subject: [PATCH 1/2] Fix model entry in .models.json --- TTS/.models.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TTS/.models.json b/TTS/.models.json index 6d35376444..6bff584b92 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -148,7 +148,8 @@ "author":"@robinhad", "commit": "bdab788d", "license": "MIT", - "contact": "" + "contact": "", + "default_vocoder": null } } }, From aaaa5914854a4e180f832acbfd61f2a7c7ca5d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 26 Oct 2021 19:24:17 +0200 Subject: [PATCH 2/2] Bump up version to v0.4.1 --- TTS/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/VERSION b/TTS/VERSION index 60a2d3e96c..44bb5d1f74 100644 --- a/TTS/VERSION +++ b/TTS/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file