From d4830b43355a314a55afe6dc2cf9b3ba4fc9bcc5 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Thu, 12 Sep 2024 11:51:25 -0700 Subject: [PATCH] 0.4.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efd518c..cc12124 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'soundstorm-pytorch', packages = find_packages(exclude=[]), - version = '0.4.7', + version = '0.4.8', license='MIT', description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch', author = 'Phil Wang',