Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Aug 1, 2024
1 parent e25fcd1 commit 87b50b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name="soundcloud-v2",
version="1.5.4",
version="1.6.0",
description=(
"Python wrapper for the internal v2 SoundCloud API."
"Does not require an API key."
Expand Down
2 changes: 1 addition & 1 deletion soundcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
from soundcloud.soundcloud import *
from soundcloud.soundcloud import __all__ as sc_all

__version__ = "1.5.4"
__version__ = "1.6.0"

__all__ = sc_all + ex_all + res_all

0 comments on commit 87b50b3

Please sign in to comment.