Skip to content

Commit

Permalink
[Release] Update to version 0.2.5 (#94)
Browse files Browse the repository at this point in the history
* Update version

* Update
  • Loading branch information
mufeili authored Sep 17, 2020
1 parent 7a910d0 commit 0550e45
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.4
# 0.2.5
```

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.4"
version: "0.2.5"

source:
url: https://files.pythonhosted.org/packages/94/fc/931ccf09805bf1a4e66b7ce75ed7756769c5824c9e0bb3b7ce18c82e1a99/dgllife-0.2.4.tar.gz
sha256: b893669f5fc83d77af64d1d7b3a95b5ca37f5a22d00e36ff4d4bcb636a5bae39
url: https://files.pythonhosted.org/packages/3b/0e/493a20eb0a9cb08a2647b701232cfe76f3f950b1f5bb3c36c72163f4e30b/dgllife-0.2.5.tar.gz
sha256: 03fb2051f349cdf1cefa17fcfb089a53fd310e107cdd6b3e444718464c69965e

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.4'
__version__ = '0.2.5'

0 comments on commit 0550e45

Please sign in to comment.