From 2adbae4851867381ca2753032de74df376bb9e90 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 25 Jul 2024 20:29:08 +0530 Subject: [PATCH] update version in README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b89130201c7..966127d4734 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ pip install -U syft[data_science] ```python # from Jupyter / Python import syft as sy -sy.requires(">=0.8.7,<0.8.8") +sy.requires(">=0.8.8,<0.8.9") server = sy.orchestra.launch( name="my-datasite", port=8080, @@ -45,7 +45,7 @@ Starting syft-datasite server on 0.0.0.0:8080 ```python import syft as sy -sy.requires(">=0.8.6,<0.8.7") +sy.requires(">=0.8.8,<0.8.9") datasite_client = sy.login( port=8080, email="info@openmined.org", @@ -146,11 +146,12 @@ helm install ... --set ingress.class="gce" # Versions `0.9.0` - Coming soon... -`0.8.8` (Beta) - `dev` branch 👈🏽 API - Coming soon... -`0.8.7` (Stable) - API +`0.8.9` (Beta) - `dev` branch 👈🏽 API - Coming soon... +`0.8.8` (Stable) - API Deprecated: +- `0.8.7` - API - `0.8.6` - API - `0.8.5-post.2` - API - `0.8.4` - API