Unverified Commit 926ac01b authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: resolve the logo display issue on the PyPI page (#726)

parent 25c881a0
<div align="center"> <div align="center">
<img src="assets/logo.png" alt="logo" width="400"></img> <img src="https://raw.githubusercontent.com/sgl-project/sglang/main/assets/logo.png" alt="logo" width="400"></img>
</div> </div>
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
......
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sglang" name = "sglang"
version = "0.1.25" version = "0.1.26"
description = "SGLang is yet another fast serving framework for large language models and vision language models." description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
......
__version__ = "0.1.25" __version__ = "0.1.26"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment