Version bump to 0.0.15

This commit is contained in:
RemixDev 2021-01-31 17:54:42 +01:00
parent a8944c71bd
commit 6f90d520f2
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
import json
__version__ = "0.0.14"
__version__ = "0.0.15"
class TrackFormats():
"""Number associtation for formats"""

View file

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