- Bump the version number to an even number.
- version number is in:
b2/version.py,README.md, andsetup.py.
- version number is in:
- Copy the main usage string (from
python -m b2) to README.md. - Run full tests (currently:
pre-commit.sh) - Commit and tag in git. Version tags look like "v0.4.6"
- Upload to PyPI.
cd ~/sandbox/B2_Command_Line_Tool# or wherever your git repository isrm -rf dist ; python setup.py sdisttwine upload dist/*
- Bump the version number to an odd number and commit.