Skip to content

Commit e1d90f9

Browse files
committed
update version
1 parent 8a061d1 commit e1d90f9

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.4.2"
3+
version: "0.4.3"
44

55
source:
66
git_rev: 0.4.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.4.2"
36+
#define DGL_VERSION "0.4.3"
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
@@ -87,4 +87,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
8787
# We use the version of the incoming release for code
8888
# that is under development.
8989
# The following line is set by dgl/python/update_version.py
90-
__version__ = "0.4.2"
90+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)