diff --git a/README.md b/README.md index 86bce57..462b2cf 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,6 @@ The CLI is based on the public [Harmony Endpoint management OpenAPI](https://app With the CLI, you do not have to manage log in, send keep alive requests, worry about session expiration or pull long processing jobs. ---- -🚧🚧🚧 - -**Note that the CLI is in Early Availability (EA). Use with caution, as it may undergo changes and improvements. Feedback and contributions are highly encouraged.** - -To report a bug, please go to [Report Bug](#-report-bug) - -For feedback, please get in touch with us at [Check Point Software Technologies Ltd.](mailto:harmony-endpoint-external-api@checkpoint.com) - -🚧🚧🚧 - ---- - ## ⬇️ CLI Download To start using this CLI, install it via PIP (PyPi registry) as a global python command diff --git a/setup.py b/setup.py index a410e1a..dfed90b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from dotenv import load_dotenv load_dotenv() -version = '1.0.19' +version = '1.0.21' this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text(encoding='utf-8')