Skip to content

Commit

Permalink
[Release] Modify release version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czkkkkkk committed May 2, 2023
1 parent f635e2a commit 2e6112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# (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.1" + os.getenv("DGL_PRERELEASE", "")
__version__ = "1.1.0" + os.getenv("DGL_PRERELEASE", "")
__version__ += os.getenv("DGL_VERSION_SUFFIX", "")
print(__version__)

Expand Down

0 comments on commit 2e6112e

Please sign in to comment.