Add a new branch cut GH workflow, and adopt setuptools-scm for version control (#15985)
This commit is contained in:
@@ -1 +1,6 @@
|
||||
__version__ = "0.5.6.post2"
|
||||
try:
|
||||
from sglang._version import __version__, __version_tuple__
|
||||
except ImportError:
|
||||
# Fallback for development without build
|
||||
__version__ = "0.0.0.dev0"
|
||||
__version_tuple__ = (0, 0, 0, "dev0")
|
||||
|
||||
Reference in New Issue
Block a user