This commit is contained in:
RemixDev 2022-03-05 11:37:01 +01:00
parent b912a92270
commit 12e26328e8
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from deezer.gw import GW
from deezer.api import API
from deezer.errors import DeezerError, WrongLicense, WrongGeolocation
__version__ = "1.3.6"
__version__ = "1.3.7"
class TrackFormats():
"""Number associtation for formats"""

View file

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