# 1. rm -r build dist pyldapi.egg-info
# ?? python setup.py clean --all

# 2. change version no in pyldapi/__init__.py

# 3. $ git commit

# 4. $ git tag <VERSION_NO>

# 5. $ git push
     $ git push --tags

# 6. $ python setup.py sdist bdist_wheel

# 7. $ twine upload dist/*