Skip to content

Commit 87b50b3

Browse files
committed
v1.6.0
1 parent e25fcd1 commit 87b50b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
1212
name="soundcloud-v2",
13-
version="1.5.4",
13+
version="1.6.0",
1414
description=(
1515
"Python wrapper for the internal v2 SoundCloud API."
1616
"Does not require an API key."

soundcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
from soundcloud.soundcloud import *
6565
from soundcloud.soundcloud import __all__ as sc_all
6666

67-
__version__ = "1.5.4"
67+
__version__ = "1.6.0"
6868

6969
__all__ = sc_all + ex_all + res_all

0 commit comments

Comments
 (0)