Spaces:
Runtime error
Runtime error
update version
Browse files
audiodiffusion/__init__.py
CHANGED
@@ -9,7 +9,7 @@ from librosa.beat import beat_track
|
|
9 |
|
10 |
from .mel import Mel
|
11 |
|
12 |
-
VERSION = "1.1.
|
13 |
|
14 |
|
15 |
class AudioDiffusion:
|
|
|
9 |
|
10 |
from .mel import Mel
|
11 |
|
12 |
+
VERSION = "1.1.2"
|
13 |
|
14 |
|
15 |
class AudioDiffusion:
|