From 646cb7d6062ebeb15bc281d93d8fe8b2bf8dda65 Mon Sep 17 00:00:00 2001 From: Zack Hodari Date: Thu, 31 Oct 2019 09:36:47 +0000 Subject: [PATCH] Moved to version 0.5, after addition of Festival front-end code and mcep acoustic feature code. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 973ff15..0651caf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='tts_data_tools', - version='0.4', + version='0.5', description='Data processing tools for preparing speech and labels for training TTS voices.', url='https://github.com/ZackHodari/tts_data_tools', author='Zack Hodari',