bump sgl-kernel 0.0.5.post4 (#4768)

This commit is contained in:
Yineng Zhang
2025-03-28 14:40:53 -07:00
committed by GitHub
parent 2bb0e7cf43
commit 92941ce7b5
5 changed files with 12 additions and 4 deletions

View File

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