Skip to content

Commit

Permalink
[Release] 0.2.8 (#147)
Browse files Browse the repository at this point in the history
* Update

* Update

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
mufeili and Ubuntu authored May 13, 2021
1 parent 18021ad commit b340655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Once you have installed the package, you can verify the success of installation
import dgllife

print(dgllife.__version__)
# 0.2.7
# 0.2.8
```

If you are new to DGL, the first time you import dgl a message will pop up as below:
Expand Down
2 changes: 1 addition & 1 deletion python/dgllife/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Information for the library.

# current version
__version__ = '0.2.7'
__version__ = '0.2.8'

0 comments on commit b340655

Please sign in to comment.