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
FastFold
Commits
9f6252f0
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "2fbb92aceb08fcac2ca1d8c21ce6211ca04b0009"
Commit
9f6252f0
authored
Jun 05, 2023
by
zhuwenwen
Browse files
modify dcu_version
parent
e3475937
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 @
9f6252f0
...
...
@@ -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__'
]
...
...
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