"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "292117405af46e1cdbf2f9ec6eb4752d276bbbb6"
Unverified Commit 47a1d6a8 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[release] upgrade version to 2.1 on master (#6940)

parent c40f54e6
package: package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }} name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: 2.0{{ environ.get('DGL_VERSION_SUFFIX', '') }} version: 2.1{{ environ.get('DGL_VERSION_SUFFIX', '') }}
source: source:
git_rev: {{ environ.get('DGL_RELEASE_BRANCH', 'master') }} git_rev: {{ environ.get('DGL_RELEASE_BRANCH', 'master') }}
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#endif #endif
// DGL version // DGL version
#define DGL_VERSION "2.0" #define DGL_VERSION "2.1"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -105,4 +105,4 @@ def find_lib_path(name=None, search_path=None, optional=False): ...@@ -105,4 +105,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__ = "2.0" __version__ = "2.1"
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