From 4c9ad8a51bba367cde6a64598b7736ca33c38bad Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 29 Jan 2024 00:01:54 +0800 Subject: [PATCH] fix --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index b32ad916..ef73ee27 100644 --- a/python/setup.py +++ b/python/setup.py @@ -38,7 +38,6 @@ def get_local_version_suffix() -> str: def get_version(): - assert False, get_local_version_suffix() with open(root / "version.txt") as f: version = f.read().strip() version += get_local_version_suffix()