diff --git a/setup.py b/setup.py index d585e4e..115086b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'voicebox-pytorch', packages = find_packages(exclude=[]), - version = '0.1.12', + version = '0.1.14', license='MIT', description = 'Voicebox - Pytorch', author = 'Phil Wang',