diff --git a/setup.py b/setup.py index b1a8f8c..3493852 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/updatePyPi.sh b/updatePyPi.sh new file mode 100755 index 0000000..f9beadf --- /dev/null +++ b/updatePyPi.sh @@ -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/*