chore: bump sgl-kernel v0.2.0 (#7490)

This commit is contained in:
Yineng Zhang
2025-06-23 22:29:50 -07:00
committed by GitHub
parent 15f3401343
commit e846d95ef6
6 changed files with 6 additions and 6 deletions

View File

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