From 16f5fff3ef71a807b0fafa690d926b11f009013c Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Wed, 7 Feb 2024 15:36:57 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45c3fbe..7c8ce0d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ python3 -m build ```bash python3 -m venv .venv source .venv/bin/activate -pip install dist/xmo_remote_client-0.0.3-py3-none-any.whl +pip install dist/xmo_remote_client-0.0.4-py3-none-any.whl deactivate ``` @@ -27,7 +27,7 @@ deactivate ```bash python3 -m venv .venv source .venv/bin/activate -pip install https://github.com/up-n-atom/sagemcom-modem-scripts/releases/download/v0.0.3/xmo_remote_client-0.0.3-py3-none-any.whl +pip install https://github.com/up-n-atom/sagemcom-modem-scripts/releases/download/v0.0.4/xmo_remote_client-0.0.4-py3-none-any.whl deactivate ```