ci(SDK): Add 0.7.0 workflow (#2493)

This commit is contained in:
Fangyin Cheng
2025-03-20 15:27:44 +08:00
committed by GitHub
parent 4af28e40d8
commit 52e41bccc9
56 changed files with 986 additions and 358 deletions

View File

@@ -3,3 +3,7 @@
This package will not be uploaded to PyPI. So, your can't import it if some other
package depends on it.
"""
from ._version import version as __version__ # noqa: F401
__ALL__ = ["__version__"]

View File

@@ -0,0 +1 @@
version = "0.7.0"