diff --git a/setup.py b/setup.py index 97b9415..a3c5e6d 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( ], description='Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.', long_description=long_description, + long_description_content_type='text/markdown', author='Ritiek Malhotra and the spotify-downloader contributors', author_email='ritiekmalhotra123@gmail.com', license='MIT', diff --git a/spotdl.py b/spotdl.py index ac63a26..a30977d 100755 --- a/spotdl.py +++ b/spotdl.py @@ -16,7 +16,7 @@ import time import platform import pprint -__version__ = '1.0.0b1' +__version__ = '0.9.0' def check_exists(music_file, raw_song, meta_tags):