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