1. update version
2. run: python3 setup.py sdist bdist_wheel
2a. check package: tar tzf realpython-reader-1.0.0.tar.gz
3. remove old distribution
4. check dist: twine check dist/*
5. twine upload dist/*