updated PyPi version

This commit is contained in:
Abubakar Abid 2020-07-06 17:19:36 -05:00
parent 55f82d6cc8
commit 0731b7d6ef

View File

@ -1,6 +1,7 @@
#!/bin/bash
# Before running this, go to setup.py and update the version # of the library
echo "Make sure to update the version number!!!"
echo "Make sure to update the version number in setup.py!!!"
rm dist/*
python setup.py sdist bdist_wheel
python -m twine upload dist/*