# update CHANGES.txt
# check version number in setup.py

PATH = %PATH%;"C:\Program Files (x86)\Pandoc"
python setup.py sdist
twine upload dist/DimensionTabler-0.1.4.tar.gz -r testpypi
# review here: https://test.pypi.org/project/DimensionTabler/#description

### production
# if all looks good on test repo, redo without "-r testpypi"
# review here: https://pypi.python.org/pypi/DimensionTabler/

# push sources to github
# add a version tag vX.X.X
# if applicable: remove/add a alpha, beta, stable tag to show latest alpha/beta/stable version.

# increase version number in setup.py