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

modify dcu_version

parent e3475937
......@@ -162,7 +162,7 @@ def get_version_add(sha: Optional[str] = None) -> str:
def get_version():
get_version_add()
version_file = 'version.py'
version_file = 'fastfold/version.py'
with open(version_file, encoding='utf-8') as f:
exec(compile(f.read(), version_file, 'exec'))
return locals()['__dcu_version__']
......
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