From 393a6a847bee37140b9d2cc54e6e79797ea4e5fc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Jan 2022 09:34:26 +0000 Subject: [PATCH 1/2] Update --- python/dgllife/libinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dgllife/libinfo.py b/python/dgllife/libinfo.py index fc924f2e..fb99ef25 100644 --- a/python/dgllife/libinfo.py +++ b/python/dgllife/libinfo.py @@ -6,4 +6,4 @@ # Information for the library. # current version -__version__ = '0.2.8' +__version__ = '0.2.9' From b6d2e6fe0f419d9172ab40a68d502879038ab6eb Mon Sep 17 00:00:00 2001 From: Mufei Li Date: Mon, 17 Jan 2022 17:50:20 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcf742c..87573f36 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Once you have installed the package, you can verify the success of installation import dgllife print(dgllife.__version__) -# 0.2.8 +# 0.2.9 ``` ### Cite