This commit is contained in:
RemixDev 2022-01-04 21:21:39 +01:00
parent 3dcc1fbb56
commit 0b6cf329ab
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.api import API
from deezer.errors import DeezerError, WrongLicense, WrongGeolocation from deezer.errors import DeezerError, WrongLicense, WrongGeolocation
__version__ = "1.3.4" __version__ = "1.3.5"
class TrackFormats(): class TrackFormats():
"""Number associtation for formats""" """Number associtation for formats"""

View file

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