From 0dc7ea294dddab00a8360fbeb271f20502647755 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 6 Oct 2023 16:13:05 -0700 Subject: [PATCH] 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 221bcdc..95c2daa 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'voicebox-pytorch', packages = find_packages(exclude=[]), - version = '0.3.0', + version = '0.3.1', license='MIT', description = 'Voicebox - Pytorch', author = 'Phil Wang',