From 64d809937ac046f216cf5e3cde330f5220a42b5e Mon Sep 17 00:00:00 2001 From: Makcum888e <79456407+Makcum888e@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:17:47 +0300 Subject: [PATCH] revert row from https://github.com/sgl-project/sglang/pull/17584/ (#17701) --- scripts/release/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/utils.py b/scripts/release/utils.py index 62817a70c..da212734b 100644 --- a/scripts/release/utils.py +++ b/scripts/release/utils.py @@ -80,7 +80,7 @@ def compare_versions(v1: str, v2: str) -> int: def get_repo_root() -> Path: - return Path(__file__).parent.parent.parent.parent + return Path(__file__).parent.parent.parent def read_current_version(version_file: Path) -> str: