Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 159 Bytes

RELEASE.md

File metadata and controls

11 lines (8 loc) · 159 Bytes

Release a new version

  • Update setup.py, bump up version
  • Commit and merge
git checkout <releasse version>
git tag vX.X.X
git push origin --tags