From b2bde0a5f62fa79e84efd5b98276b70acb4caa0e Mon Sep 17 00:00:00 2001 From: Julian Minder <34280944+jkminder@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:21:43 +0100 Subject: [PATCH] Update README.md to v1.0.1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ca3779..253dc5b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The library is built specifically for converting data into a [neo4j](https://neo ## Installation -If you have setup a private ssh key for your github, copy-paste the command below to install the latest version ([v1.0.0][latest_tag]): +If you have setup a private ssh key for your github, copy-paste the command below to install the latest version ([v1.0.1][latest_tag]): ``` -pip install git+ssh://git@github.com/sg-dev/rel2graph@v1.0.0 +pip install git+ssh://git@github.com/sg-dev/rel2graph@v1.0.1 ``` If you don't have ssh set up, download the latest wheel [here][latest_wheel] and install the wheel with: @@ -93,7 +93,7 @@ converter() # Known issues If you encounter a bug or an unexplainable behavior, please check the [known issues](https://github.com/sg-dev/rel2graph/labels/bug) list. If your issue is not found, submit a new one. -[latest_version]: v1.0.0 -[latest_tag]: https://github.com/sg-dev/rel2graph/releases/tag/v1.0.0 -[latest_wheel]: https://github.com/sg-dev/rel2graph/releases/download/v1.0.0/rel2graph-1.0.0-py3-none-any.whl +[latest_version]: v1.0.1 +[latest_tag]: https://github.com/sg-dev/rel2graph/releases/tag/v1.0.1 +[latest_wheel]: https://github.com/sg-dev/rel2graph/releases/download/v1.0.1/rel2graph-1.0.1-py3-none-any.whl [wiki]: https://rel2graph.jkminder.ch/index.html