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