Skip to content

Commit 68a303f

Browse files
committed
version up
1 parent aef41a7 commit 68a303f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ OGB is an on-going effort, and we are planning to increase our coverage in the f
3636

3737
## Installation
3838
You can install OGB using Python's package manager `pip`.
39-
**If you have previously installed ogb, please make sure you update the version to 1.3.0.**
40-
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.3.0).
39+
**If you have previously installed ogb, please make sure you update the version to 1.3.1.**
40+
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.3.1).
4141

4242
#### Requirements
4343
- Python>=3.6
@@ -57,7 +57,7 @@ pip install ogb
5757

5858
```bash
5959
python -c "import ogb; print(ogb.__version__)"
60-
# This should print "1.3.0". Otherwise, please update the version by
60+
# This should print "1.3.1". Otherwise, please update the version by
6161
pip install -U ogb
6262
```
6363

ogb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
from threading import Thread
44

5-
__version__ = '1.3.0'
5+
__version__ = '1.3.1'
66

77
try:
88
os.environ['OUTDATED_IGNORE'] = '1'

0 commit comments

Comments
 (0)