- add new version in CHANGELOG.md
- adjust version in README.md at Getting started
- merge
devbranch intomaster - adjust version in setup.cfg and commit
0.0.3andgit push - add tag for new version number
git tag 0.0.3andgit push --tags - execute
./upload_to_pypi.shfrommaster(this needs to happen from the commit that is tagged with the new version number - otherwise the version number will be something like0.0.3.post0)