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
dgl
Commits
f94fa9d9
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "87e8157437be4f80e2bbbc68f177281820e6f3b4"
Unverified
Commit
f94fa9d9
authored
Jan 11, 2023
by
Quan (Andy) Gan
Committed by
GitHub
Jan 11, 2023
Browse files
typo (#5133)
parent
f1ed5d6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/update_version.py
python/update_version.py
+1
-1
No files found.
python/update_version.py
View file @
f94fa9d9
...
@@ -17,7 +17,7 @@ import re
...
@@ -17,7 +17,7 @@ import re
# The environment variable DGL_VERSION_SUFFIX is the local version label
# The environment variable DGL_VERSION_SUFFIX is the local version label
# suffix for indicating CPU and CUDA versions as in PEP 440 (e.g. "+cu102")
# suffix for indicating CPU and CUDA versions as in PEP 440 (e.g. "+cu102")
__version__
=
"1.0"
+
os
.
getenv
(
"DGL_PRERELEASE"
,
""
)
__version__
=
"1.0"
+
os
.
getenv
(
"DGL_PRERELEASE"
,
""
)
__ver
i
son__
+=
os
.
getenv
(
"DGL_VERSION_SUFFIX"
,
""
)
__vers
i
on__
+=
os
.
getenv
(
"DGL_VERSION_SUFFIX"
,
""
)
print
(
__version__
)
print
(
__version__
)
# Implementations
# Implementations
...
...
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