diff --git a/python/sglang/kernels/aot/pyproject.toml b/python/sglang/kernels/aot/pyproject.toml index 5216b4600..253e51a95 100644 --- a/python/sglang/kernels/aot/pyproject.toml +++ b/python/sglang/kernels/aot/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sglang-kernel" -version = "0.4.6.post1" +version = "0.4.7" authors = [ { name="SGLang Kernel Team", email="sglang@lmsys.org" }, ] diff --git a/python/sglang/kernels/aot/pyproject_cpu.toml b/python/sglang/kernels/aot/pyproject_cpu.toml index b62f1bca8..2dea44fbf 100644 --- a/python/sglang/kernels/aot/pyproject_cpu.toml +++ b/python/sglang/kernels/aot/pyproject_cpu.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sglang-kernel-cpu" -version = "0.4.6.post1" +version = "0.4.7" description = "CPU Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/pyproject_musa.toml b/python/sglang/kernels/aot/pyproject_musa.toml index 3505ff9ef..e893424ed 100644 --- a/python/sglang/kernels/aot/pyproject_musa.toml +++ b/python/sglang/kernels/aot/pyproject_musa.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-kernel" -version = "0.4.6.post1" +version = "0.4.7" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/pyproject_rocm.toml b/python/sglang/kernels/aot/pyproject_rocm.toml index efb36b1f5..0042a4424 100644 --- a/python/sglang/kernels/aot/pyproject_rocm.toml +++ b/python/sglang/kernels/aot/pyproject_rocm.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-kernel" -version = "0.4.6.post1" +version = "0.4.7" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/python/sgl_kernel/version.py b/python/sglang/kernels/aot/python/sgl_kernel/version.py index 226c73c07..a34b2f6b0 100644 --- a/python/sglang/kernels/aot/python/sgl_kernel/version.py +++ b/python/sglang/kernels/aot/python/sgl_kernel/version.py @@ -1 +1 @@ -__version__ = "0.4.6.post1" +__version__ = "0.4.7"