Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 223 Bytes

RELEASING.rst

File metadata and controls

12 lines (7 loc) · 223 Bytes

Releasing

Commit changes and ensure tests pass.

Increment the version number in setup.py according to SEMVER.

Upload to pypi:

$ python setup.py sdist bdist_wheel upload -r pypi