This commit is contained in:
RemixDev 2021-07-25 15:25:28 +02:00
parent 185c9c81b9
commit 03cd19807e
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import requests
from deezer.gw import GW
from deezer.api import API
__version__ = "1.0.2"
__version__ = "1.0.3"
class TrackFormats():
"""Number associtation for formats"""

View file

@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
setup(
name="deezer-py",
version="1.0.2",
version="1.0.3",
description="A wrapper for all Deezer's APIs",
long_description=README,
long_description_content_type="text/markdown",