Commit ae4af8ff authored by zhuwenwen's avatar zhuwenwen
Browse files

modify version path

parent 28fd619f
...@@ -91,7 +91,7 @@ def get_version_add(sha: Optional[str] = None) -> str: ...@@ -91,7 +91,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 = 'openfold/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