Skip to content

Commit 468952d

Browse files
committed
version bump
1 parent ab7754c commit 468952d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2.**
36-
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.3.2).
35+
**If you have previously installed ogb, please make sure you update the version to 1.3.3.**
36+
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.3.3).
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.2". Otherwise, please update the version by
56+
# This should print "1.3.3". Otherwise, please update the version by
5757
pip install -U ogb
5858
```
5959

examples/lsc/pcqm4m-v2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Installation requirements
77
```
8-
ogb>=1.3.2
8+
ogb>=1.3.3
99
rdkit>=2021.03.1
1010
torch>=1.7.0
1111
```

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.2'
5+
__version__ = '1.3.3'
66

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

0 commit comments

Comments
 (0)