Updated PyPi to 1.0.4

This commit is contained in:
RemixDev 2020-05-26 12:22:09 +02:00
parent c7a504f479
commit 47f728e172
2 changed files with 7 additions and 1 deletions

View File

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

6
updatePyPi.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
rm -rd build
rm -rd dist
bump
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*