Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 201 Bytes

MAINTAINERS.md

File metadata and controls

9 lines (7 loc) · 201 Bytes

Releasing

bump2version <patch/minor/major/num>
# or, bump2version --new-version x.x.x <patch/minor/major/num>
git push && git push --tags

Deployment to PyPI is performed in GitHub Actions.