chore: bump sgl-kernel v0.1.3 (#6368)
This commit is contained in:
@@ -47,6 +47,7 @@ format: check-deps ## Format all source files
|
||||
FILES_TO_UPDATE = python/sgl_kernel/version.py \
|
||||
pyproject.toml \
|
||||
pyproject_rocm.toml \
|
||||
pyproject_cpu.toml \
|
||||
../docker/Dockerfile.blackwell
|
||||
|
||||
update: ## Update version numbers across project files. Usage: make update <new_version>
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "sgl-kernel"
|
||||
version = "0.1.2.post1"
|
||||
version = "0.1.3"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "sgl-kernel"
|
||||
version = "0.1.2.post1"
|
||||
version = "0.1.3"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "sgl-kernel"
|
||||
version = "0.1.2.post1"
|
||||
version = "0.1.3"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.1.2.post1"
|
||||
__version__ = "0.1.3"
|
||||
|
||||
Reference in New Issue
Block a user