From 3c0544e25576234e5de6114528ff34446d384c9a Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 25 Nov 2023 16:49:18 -0800 Subject: [PATCH] 0.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9201492..efdb63d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'voicebox-pytorch', packages = find_packages(exclude=[]), - version = '0.4.3', + version = '0.4.4', license='MIT', description = 'Voicebox - Pytorch', author = 'Phil Wang',