fix: restore platform kit version to 1.0.9
All checks were successful
Publish Python Package to Gitea / publish (push) Successful in 25s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-03 19:44:30 +08:00
parent eba90fb8b9
commit aab0207aec
5 changed files with 234 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ __all__ = [
"LaunchError",
"GatewayDownError",
]
__version__ = "0.1.1"
__version__ = "1.0.9"
def __getattr__(name: str):