[misc] set dev version (#10533)

This commit is contained in:
Yaowei Zheng 2026-05-31 00:16:07 +08:00 committed by GitHub
parent 7af909522a
commit 8ef7335b6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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