Updated PyPi to 1.2.14
This commit is contained in:
parent
e0fcdaedbb
commit
b3ef035169
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
__version__ = "1.2.13"
|
__version__ = "1.2.14"
|
||||||
|
|
|
@ -303,7 +303,7 @@ class Deezer:
|
||||||
tracks_array.append(track)
|
tracks_array.append(track)
|
||||||
return tracks_array
|
return tracks_array
|
||||||
|
|
||||||
def get_artist_discography_gw(self, art_id, nb=10):
|
def get_artist_discography_gw(self, art_id, nb=100):
|
||||||
start = 0
|
start = 0
|
||||||
releases = []
|
releases = []
|
||||||
RELEASE_TYPE = ["single", "album", "compile", "ep"]
|
RELEASE_TYPE = ["single", "album", "compile", "ep"]
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="deemix",
|
name="deemix",
|
||||||
version="1.2.13",
|
version="1.2.14",
|
||||||
description="A barebone deezer downloader library",
|
description="A barebone deezer downloader library",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue