mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-26 03:54:10 +00:00
ci(SDK): Add 0.7.0 workflow (#2493)
This commit is contained in:
@@ -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__"]
|
||||
|
1
packages/dbgpt-app/src/dbgpt_app/_version.py
Normal file
1
packages/dbgpt-app/src/dbgpt_app/_version.py
Normal file
@@ -0,0 +1 @@
|
||||
version = "0.7.0"
|
Reference in New Issue
Block a user