Skip to content

Commit

Permalink
v0.1.4 Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLamurias committed Apr 12, 2022
1 parent ec60663 commit 41fde83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Can be found here: https://graphmb.readthedocs.io/en/latest/

### Option 1 - From wheel
```bash
pip install https://github.com/AndreLamurias/GraphMB/releases/download/v0.1.3/graphmb-0.1.3-py3-none-any.whl
pip install https://github.com/AndreLamurias/GraphMB/releases/download/v0.1.4/graphmb-0.1.4-py3-none-any.whl
```

### Option 2 - From source
Expand All @@ -36,7 +36,7 @@ pip install .
```bash
conda create -n graphmb -c conda-forge make cmake libgcc python=3.7 pip
conda activate graphmb
pip install https://github.com/AndreLamurias/GraphMB/releases/download/v0.1.3/graphmb-0.1.3-py3-none-any.whl
pip install https://github.com/AndreLamurias/GraphMB/releases/download/v0.1.4/graphmb-0.1.4-py3-none-any.whl
```

### Option 4 - Docker
Expand Down
2 changes: 1 addition & 1 deletion src/graphmb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'

0 comments on commit 41fde83

Please sign in to comment.