https://pypi.python.org/pypi/sherlok/
change (increase) version id in `setup.py`
python setup.py sdist register upload
https://packaging.python.org/en/latest/distributing.html
Working in “Development Mode”
python setup.py develop
Register project in Pip
python setup.py register
Packaging your Project
python setup.py sdist
Pure Python Wheels
python setup.py bdist_wheel
Upload
twine upload dist/*