#!/usr/bin/env bash
set -euo pipefail
exec uv run --script ci/bump.py "$@"
