Skip to content

Commit

Permalink
Specify dateutil version required
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed May 29, 2022
1 parent 28afc84 commit 30ca0ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name="soundcloud-v2",
version="1.3.0",
version="1.3.1",
description="Python wrapper for the v2 SoundCloud API",
long_description=readme(),
long_description_content_type='text/markdown',
Expand All @@ -19,7 +19,7 @@ def readme():
packages=["soundcloud", "soundcloud.resource"],
install_requires=[
"dacite",
"python-dateutil",
"python-dateutil>=2.8.2",
"requests"
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion soundcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from soundcloud.resource.web_profile import WebProfile
from soundcloud.soundcloud import SoundCloud

__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit 30ca0ed

Please sign in to comment.