"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "b63aca534b0f17e74f25f4462c6bc9f02eec2c65"
Commit e3475937 authored by zhuwenwen's avatar zhuwenwen
Browse files

modify dcu_version

parent 4b5498c1
from .version import __version__, __dcu_version__
VERSION = "0.1.0-beta" VERSION = "0.1.0-beta"
\ No newline at end of file
...@@ -133,7 +133,7 @@ def get_abi(): ...@@ -133,7 +133,7 @@ def get_abi():
def get_version_add(sha: Optional[str] = None) -> str: def get_version_add(sha: Optional[str] = None) -> str:
fastfold_root = os.path.dirname(os.path.abspath(__file__)) fastfold_root = os.path.dirname(os.path.abspath(__file__))
add_version_path = "version.py" add_version_path = os.path.join(os.path.join(fastfold_root, "fastfold"), "version.py")
if sha != 'Unknown': if sha != 'Unknown':
if sha is None: if sha is None:
sha = get_sha(fastfold_root) sha = get_sha(fastfold_root)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment