build:
	uv version --bump patch # or minor/major
	uv build

publish:
	uv publish

clean:
	rm -rf dist
	rm -rf build
	rm -rf *.egg-info