Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 374 Bytes

File metadata and controls

17 lines (16 loc) · 374 Bytes

Releasing a New Version

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