From 5c8c1954b4d09f24dd5e660192229cda98788198 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Tue, 9 Apr 2024 09:52:19 +0000 Subject: [PATCH] Update Documentation --- README.md | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index daaeee9..2e01edb 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,7 @@ For feedback, please get in touch with us at [Check Point Software Technologies ## ⬇️ CLI Download -To start using this CLI, simpley download the relevant OS binary from the [Release](https://github.com/CheckPointSW/harmony-endpoint-management-cli/releases/latest) - -Or install it via PIP (PyPi registry) as global python command +To start using this CLI, install it via PIP (PyPi registry) as a global python command ```bash pip install chkp-harmony-endpoint-management-cli ``` diff --git a/setup.py b/setup.py index e4e047a..b481c48 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from dotenv import load_dotenv load_dotenv() -version = '1.0.17' +version = '1.0.18' this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text(encoding='utf-8')