Update the version (using bump2version) and deploy to PyPI: Deploy example: ```bash source .venv/bin/activate pip install -r requirements_dev.txt bump2version --tag # major / minor / patch python -m build twine upload dist/* git push origin master git push --tags ```
Update the version (using bump2version) and deploy to PyPI:
Deploy example: