- add new version in CHANGELOG.md
- adjust version in README.md at Getting started
- merge
dev
branch intomaster
- adjust version in setup.cfg and commit
0.0.3
andgit push
- add tag for new version number
git tag 0.0.3
andgit push --tags
- execute
./upload_to_pypi.sh
frommaster
(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
)