Unverified Commit c40f54e6 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[release] upgrade version to next one

parent afca1114
...@@ -16,7 +16,7 @@ import re ...@@ -16,7 +16,7 @@ import re
# (usually "aYYMMDD") # (usually "aYYMMDD")
# 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__ = "2.0" + os.getenv("DGL_PRERELEASE", "") __version__ = "2.1" + os.getenv("DGL_PRERELEASE", "")
__version__ += os.getenv("DGL_VERSION_SUFFIX", "") __version__ += os.getenv("DGL_VERSION_SUFFIX", "")
print(__version__) print(__version__)
......
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