From a9a0ef8f36b1434f5ac30d21e0ae196aa7491b7e Mon Sep 17 00:00:00 2001 From: Daniel Zullo Date: Thu, 22 Aug 2024 10:03:35 +0200 Subject: [PATCH] Update README.md to use version 0.2.2 Signed-off-by: Daniel Zullo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6396dc4..6237631 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can install the Frequenz Electricity Trading API client via pip. Replace `VE ``` # Choose the version you want to install -VERSION=0.2.0 +VERSION=0.2.2 pip install frequenz-client-electricity-trading==$VERSION ```