Skip to content

Commit 0d1807e

Browse files
committed
update version
1 parent 50dd851 commit 0d1807e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.7.1"
3+
version: "0.7.2"
44

55
source:
66
git_rev: 0.7.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.7.1"
36+
#define DGL_VERSION "0.7.2"
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.7.1"
93+
__version__ = "0.7.2"

python/update_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# current version
1212
# We use the version of the incoming release for code
1313
# that is under development
14-
__version__ = "0.7.1"
14+
__version__ = "0.7.2"
1515
print(__version__)
1616

1717
# Implementations

0 commit comments

Comments
 (0)