install: @echo "--- ๐ Installing project dependencies ---" uv sync test: @echo "--- ๐งช Running tests ---" uv run pytest tests/ bump-version: @echo "--- ๐ Bumping patch version ---" uv run scripts/bump_version.py