From 68ac9543e2628f9a720af7db6e9da1a10a91cee7 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 1 Oct 2023 07:30:28 -0700 Subject: [PATCH] 0.1.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',