From 41fde837961429f58995b45e7bf3d567a518d02b Mon Sep 17 00:00:00 2001 From: Andre Lamurias Date: Tue, 12 Apr 2022 10:13:20 +0200 Subject: [PATCH] v0.1.4 Fixes #7 --- README.md | 4 ++-- src/graphmb/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d470d7..c2ee472 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/src/graphmb/version.py b/src/graphmb/version.py index ef0b380..bad32e9 100644 --- a/src/graphmb/version.py +++ b/src/graphmb/version.py @@ -1 +1 @@ -__version__ = '0.1.3' \ No newline at end of file +__version__ = '0.1.4' \ No newline at end of file