Unverified Commit 7f1a5e08 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

bump version (#3795)

parent 396d7180
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: "0.8"
version: "0.9"
source:
git_rev: 0.4.x
git_rev: 0.8.x
git_url: https://github.com/dmlc/dgl.git
requirements:
......
......@@ -33,7 +33,7 @@
#endif
// DGL version
#define DGL_VERSION "0.8"
#define DGL_VERSION "0.9"
// DGL Runtime is DLPack compatible.
......
......@@ -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
# that is under development.
# The following line is set by dgl/python/update_version.py
__version__ = "0.8"
__version__ = "0.9"
......@@ -11,7 +11,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.8" + os.getenv('DGL_PRERELEASE', '')
__version__ = "0.9" + os.getenv('DGL_PRERELEASE', '')
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