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

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