# update contributors and CHANGELOG in README
python3 benchmark.py  # then update README
tox -e py33,py34,py36-extra
python3 setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*
# tag version release
# bump version number in setup.py in tabulate.py
