#remove old packages and stuff
rm -r dist
rm -r build

#pull the latest version
git pull

#run setup script
py setup.py sdist bdist_wheel
