Skip to content

Commit 9381428

Browse files
committed
update version
1 parent c320530 commit 9381428

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/dgl/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
3-
version: "0.5.0"
3+
version: "0.5.1"
44

55
source:
66
git_rev: 0.5.x

include/dgl/runtime/c_runtime_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#endif
3434

3535
// DGL version
36-
#define DGL_VERSION "0.5.0"
36+
#define DGL_VERSION "0.5.1"
3737

3838

3939
// DGL Runtime is DLPack compatible.

python/dgl/_ffi/libinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
9090
# We use the version of the incoming release for code
9191
# that is under development.
9292
# The following line is set by dgl/python/update_version.py
93-
__version__ = "0.5.0"
93+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)