"tutorials/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "ab812179a3037f25aa375aa7bcdc292c7866ceda"
Unverified Commit 213e27f0 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

Bump nightly version (#3146)

parent ddeb657f
package: package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }} name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: "0.7" version: "0.8"
source: source:
git_rev: 0.4.x git_rev: 0.4.x
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#endif #endif
// DGL version // DGL version
#define DGL_VERSION "0.7" #define DGL_VERSION "0.8"
// DGL Runtime is DLPack compatible. // DGL Runtime is DLPack compatible.
......
...@@ -90,4 +90,4 @@ def find_lib_path(name=None, search_path=None, optional=False): ...@@ -90,4 +90,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
# We use the version of the incoming release for code # We use the version of the incoming release for code
# that is under development. # that is under development.
# The following line is set by dgl/python/update_version.py # The following line is set by dgl/python/update_version.py
__version__ = "0.7" __version__ = "0.8"
...@@ -11,7 +11,7 @@ import re ...@@ -11,7 +11,7 @@ import re
# current version # current version
# We use the version of the incoming release for code # We use the version of the incoming release for code
# that is under development # that is under development
__version__ = "0.7" + os.getenv('DGL_PRERELEASE', '') __version__ = "0.8" + os.getenv('DGL_PRERELEASE', '')
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