install-local: python3 -m pip install --upgrade -e .

tag:    git tag -a v0.1.4 -m "v0.1.4"
        git push origin v0.1.4

create sdist: python3 setup.py sdist
upload: python3 -m twine upload dist/lghorizon-0.1.4.tar.gz
