Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
ae4af8ff
Commit
ae4af8ff
authored
Jun 05, 2023
by
zhuwenwen
Browse files
modify version path
parent
28fd619f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
ae4af8ff
...
@@ -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__'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment