From 6d8310d2a99de22e3537321acbf48f9b35b00b14 Mon Sep 17 00:00:00 2001 From: Katsuya Iida Date: Wed, 2 Jun 2021 07:48:28 +0900 Subject: [PATCH] Set the version to the same with the dev branch. --- TTS/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/_version.py b/TTS/_version.py index f4956698..311f216e 100644 --- a/TTS/_version.py +++ b/TTS/_version.py @@ -1 +1 @@ -__version__ = "0.0.14.1" +__version__ = "0.0.14"