From e30ef046a3c33909e74b233ab1cf03a3e40e410a Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sun, 10 Dec 2023 18:15:07 +0100 Subject: [PATCH] README.md: update version to 0.3.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f462e94..bb38b33 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python Client Library for [actinia](https://actinia.mundialis.de/). ## Installation ```bash -VERSION="0.3.0" +VERSION="0.3.1" pip3 install "actinia-python-client @ https://github.com/actinia-org/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl" ```