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

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

create sdist: python3 -m build
upload: python3 -m twine upload dist/lghorizon-0.4.7*
