chore: bump sgl-kernel 0.0.9 (#5400)

This commit is contained in:
Yineng Zhang
2025-04-14 21:34:04 -07:00
committed by GitHub
parent 388e15c0db
commit e940dc4f06
5 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ format: check-deps ## Format all source files
FILES_TO_UPDATE = python/sgl_kernel/version.py \
pyproject.toml \
pyproject_rocm.toml
pyproject_rocm.toml \
../docker/Dockerfile.blackwell
update: ## Update version numbers across project files. Usage: make update <new_version>
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \