- Update HISTORY.md
- 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:
python3 setup.py develop
- Run the tests:
python3 setup.py test