Notes on releasing, which is not yet fully automated:

1) Update version number in pdfrw/__init__.py

2) Use pyroma

3) https://packaging.python.org/en/latest/distributing.html

a) python setup.py sdist bdist_wheel
b) twine upload dist/*
