This commit is contained in:
RemixDev 2021-09-25 08:53:12 +02:00
parent 2bc2b3fd41
commit e8ae41bd4a
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
2 changed files with 2 additions and 2 deletions

View file

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

View file

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