Updated PyPi to 1.3.7

This commit is contained in:
RemixDev 2020-09-16 21:40:27 +02:00
parent 9773076af3
commit c5762d87b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python3
__version__ = "1.3.6"
__version__ = "1.3.7"

View File

@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
setup(
name="deemix",
version="1.3.6",
version="1.3.7",
description="A barebone deezer downloader library",
long_description=README,
long_description_content_type="text/markdown",