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