1 To release a new version of qtpy on PyPI:
7 * Update `_version.py` (set release version, remove 'dev0')
9 * git add and git commit
11 * python setup.py sdist upload
13 * python setup.py bdist_wheel upload
15 * git tag -a vX.X.X -m 'comment'
17 * Update `_version.py` (add 'dev0' and increment minor)
19 * git add and git commit