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 ...
devspec0ps.hashnode.dev1 min read