Skip to content

Commit 2e6112e

Browse files
committed
[Release] Modify release version to 1.1.0
1 parent f635e2a commit 2e6112e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/update_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# (usually "aYYMMDD")
1717
# The environment variable DGL_VERSION_SUFFIX is the local version label
1818
# suffix for indicating CPU and CUDA versions as in PEP 440 (e.g. "+cu102")
19-
__version__ = "1.1" + os.getenv("DGL_PRERELEASE", "")
19+
__version__ = "1.1.0" + os.getenv("DGL_PRERELEASE", "")
2020
__version__ += os.getenv("DGL_VERSION_SUFFIX", "")
2121
print(__version__)
2222

0 commit comments

Comments
 (0)