[misc] set dev version (#9703)

This commit is contained in:
Yaowei Zheng
2025-12-31 23:41:40 +08:00
committed by GitHub
parent 95ac3f2373
commit 6fe6bd290b

View File

@@ -19,7 +19,7 @@
from collections import OrderedDict
VERSION = "0.9.4"
VERSION = "0.9.5.dev0"
def print_env() -> None: