Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 229 Bytes

File metadata and controls

11 lines (10 loc) · 229 Bytes

How to release

  • Update CHANGELOG
  • Bump version with bumpver: pip install bumpver bumpver update --patch
  • Send the package on pypi pip install build twine python -m build twine upload dist/*