From 7422185e5dd58c3934f5e9b2bb01a9e01a46e3bb Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 31 Mar 2023 08:14:02 -0700 Subject: [PATCH] missing import --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0398c3..14a7b50 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'musiclm-pytorch', packages = find_packages(exclude=[]), - version = '0.2.0', + version = '0.2.1', license='MIT', description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis', author = 'Phil Wang',