"src/array/vscode:/vscode.git/clone" did not exist on "071cba1f2bc9f856040ccebfde706ec9b2cd4434"
Unverified Commit c6228c01 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

update suffix (#5128)

parent b7042a14
......@@ -12,7 +12,12 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
# The environment variable DGL_PRERELEASE is the prerelase suffix
# (usually "aYYMMDD")
# 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")
__version__ = "1.0" + os.getenv("DGL_PRERELEASE", "")
__verison__ += os.getenv("DGL_VERSION_SUFFIX", "")
print(__version__)
# 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