Version bump to 2.0.10

This commit is contained in:
RemixDev 2020-12-31 20:00:44 +01:00
parent e55dabddff
commit 933ac68c77
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = "2.0.9"
__version__ = "2.0.10"
USER_AGENT_HEADER = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) " \
"Chrome/79.0.3945.130 Safari/537.36"

View File

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