mirror of
https://gitlab.com/RemixDev/deezer-py.git
synced 2025-01-14 02:25:13 +00:00
Added version in __init__
This commit is contained in:
parent
921ae3ec95
commit
165b160dcd
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ __pycache__
|
|||
#build files
|
||||
/build
|
||||
/dist
|
||||
|
||||
updatePyPi.sh
|
||||
|
|
|
@ -3,6 +3,8 @@ requests = eventlet.import_patched('requests')
|
|||
from deezer.gw import GW
|
||||
from deezer.api import API
|
||||
|
||||
__version__ = "0.0.1"
|
||||
|
||||
class TrackFormats():
|
||||
"""Number associtation for formats"""
|
||||
FLAC = 9
|
||||
|
|
Loading…
Reference in a new issue