Skip to content

Commit a47b716

Browse files
committed
version update
1 parent d5c11d9 commit a47b716

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ OGB is an on-going effort, and we are planning to increase our coverage in the f
3232

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

3838
#### Requirements
3939
- Python>=3.6
@@ -53,7 +53,7 @@ pip install ogb
5353

5454
```bash
5555
python -c "import ogb; print(ogb.__version__)"
56-
# This should print "1.3.5". Otherwise, please update the version by
56+
# This should print "1.3.6". Otherwise, please update the version by
5757
pip install -U ogb
5858
```
5959

ogb/version.py

+1-1
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.5'
5+
__version__ = '1.3.6'
66

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

0 commit comments

Comments
 (0)