Fixed installer and updated to version 0.1.4

This commit is contained in:
Samer Afach 2016-11-13 12:44:05 +01:00
parent c83e47d3b1
commit ca5af9414a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
pip3 install listdownloader*
pip3 install dist/listdownloader* --upgrade
if [ $? -ne 0 ]; then
echo 'Package installation failed. Did you build the package? Do you have pip3 installed?'
exit

View File

@ -5,7 +5,7 @@ del os.link
setup(
name="listdownloader",
version="0.1.3",
version="0.1.4",
author="Samer Afach",
author_email="samer@afach.de",
packages=["listdownloader"],