From 0000e6ecdb5970178fdd98c3df9c7b4626153fc2 Mon Sep 17 00:00:00 2001 From: Mufei Li Date: Mon, 17 Jan 2022 17:50:58 +0800 Subject: [PATCH] Release of 0.2.9 (#167) * Update * Update README.md Co-authored-by: Ubuntu --- README.md | 2 +- python/dgllife/libinfo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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'