- Bump the version in
setup.py - Run:
bash release.sh
- Pip install the package to verify the version was bumped:
pip install skplumber pip freeze | grep skplumber - If successful, commit the bumped version and tag with version
- Run:
git push origin <version_tag_name>