Updated PyPi to 1.1.29

This commit is contained in:
RemixDev 2020-08-04 16:01:56 +02:00
parent e9871629cf
commit f326617afa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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