Update pypi package version

Increase the version number in pyproject.toml

Update version in __init__.py to match

__version__ = "0.1.1"

Clean old builds:

bashCopyrm -rf dist/ build/ *.egg-info

Build new version:

bashCopypython -m build

Upload to PyPI:

bashCopypython -m twine upload dist/*

To test the update:

bashCopy# In a test environment
pip install --upgrade ls-infra