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