Unverified Commit f94fa9d9 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

typo (#5133)

parent f1ed5d6d
...@@ -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", "")
__verison__ += os.getenv("DGL_VERSION_SUFFIX", "") __version__ += os.getenv("DGL_VERSION_SUFFIX", "")
print(__version__) print(__version__)
# Implementations # Implementations
......
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