# 1. rm -r build dist pyldapi.egg-info

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

# 3. $ git commit changes

# 4. $ git tag <VERSION_NO>

# 5. $ git push --tags

# 6. $ python setup.py sdist bdist_wheel

# 7. $ twine upload dist/*