This file contains development notes for myself.
- raise version number in setup.py.
- Tag it:
git tag -a v0.0.x [add changelog message] git push origin v0.0.x
- Build the wheel and source distribution:
python setup.py bdist_wheel sdist
- Upload to PyPI:
twine upload -s dist/*