Skip to content

Instantly share code, notes, and snippets.

View brianclements's full-sized avatar

Brian Clements brianclements

View GitHub Profile
  • Update HISTORY.rst
  • Update version number in my_project/__init__.py
  • Update version number in setup.py
  • Install the package again for local development, but with the new version number:
python setup.py develop
  • Run the tests:
python setup.py test