Skip to content

Commit d473913

Browse files
committed
version update
1 parent 8ab8629 commit d473913

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
@@ -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.2.3.**
36-
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.2.3).
35+
**If you have previously installed ogb, please make sure you update the version to 1.2.4.**
36+
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.2.4).
3737

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

5656
```bash
5757
python -c "import ogb; print(ogb.__version__)"
58-
# This should print "1.2.3". Otherwise, please update the version by
58+
# This should print "1.2.4". Otherwise, please update the version by
5959
pip install -U ogb
6060
```
6161

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.2.3'
5+
__version__ = '1.2.4'
66

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

0 commit comments

Comments
 (0)