Fix PyPI Markdown, lower version to 0.9.0

This commit is contained in:
Linus Groh
2018-04-17 13:15:34 +02:00
parent 8d569aca3f
commit 12d3da0f8d
2 changed files with 2 additions and 1 deletions

View File

@@ -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',

View File

@@ -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):