Bump version and include release script

This commit is contained in:
ixaxaar 2017-10-26 21:30:30 +05:30
parent bf9b62b380
commit cffa944e12

6
release.sh Executable file
View File

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