We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25fcd1 commit 87b50b3Copy full SHA for 87b50b3
setup.py
@@ -10,7 +10,7 @@ def readme():
10
11
setup(
12
name="soundcloud-v2",
13
- version="1.5.4",
+ version="1.6.0",
14
description=(
15
"Python wrapper for the internal v2 SoundCloud API."
16
"Does not require an API key."
soundcloud/__init__.py
@@ -64,6 +64,6 @@
64
from soundcloud.soundcloud import *
65
from soundcloud.soundcloud import __all__ as sc_all
66
67
-__version__ = "1.5.4"
+__version__ = "1.6.0"
68
69
__all__ = sc_all + ex_all + res_all
0 commit comments