Skip to content

Commit

Permalink
Update to 0.2.6 (#106)
Browse files Browse the repository at this point in the history
* Update

* Update
  • Loading branch information
mufeili authored Oct 28, 2020
1 parent e4a8408 commit 9723c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Once you have installed the package, you can verify the success of installation
import dgllife

print(dgllife.__version__)
# 0.2.5
# 0.2.6
```

If you are new to DGL, the first time you import dgl a message will pop up as below:
Expand Down
6 changes: 3 additions & 3 deletions conda/dgllife/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: dgllife{{ environ.get('APP_PACKAGE_SUFFIX', '') }}
version: "0.2.5"
version: "0.2.6"

source:
url: https://files.pythonhosted.org/packages/3b/0e/493a20eb0a9cb08a2647b701232cfe76f3f950b1f5bb3c36c72163f4e30b/dgllife-0.2.5.tar.gz
sha256: 03fb2051f349cdf1cefa17fcfb089a53fd310e107cdd6b3e444718464c69965e
url: https://files.pythonhosted.org/packages/89/f3/04509470ce7fad6d647c8b41ffff8984b7691260eb78b305997104b09ebc/dgllife-0.2.6.tar.gz
sha256: 255761bfdf8bfcdef79abb7b9b143a62d11ff10297f7f2e6cecbcb41b5609c76

channels:
- defaults
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.5'
__version__ = '0.2.6'

0 comments on commit 9723c07

Please sign in to comment.