Skip to content

Commit

Permalink
Merge pull request #9091 from OpenMined/update-0.8.8-branch
Browse files Browse the repository at this point in the history
update version in README.md
  • Loading branch information
shubham3121 authored Jul 25, 2024
2 parents 24fb3d6 + 74d79bf commit b164c8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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="[email protected]",
Expand Down Expand Up @@ -146,11 +146,12 @@ helm install ... --set ingress.class="gce"
# Versions

`0.9.0` - Coming soon...
`0.8.8` (Beta) - `dev` branch 👈🏽 <a href="https://github.com/OpenMined/PySyft/tree/dev/notebooks/api/0.8">API</a> - Coming soon...
`0.8.7` (Stable) - <a href="https://github.com/OpenMined/PySyft/tree/0.8.7/notebooks/api/0.8">API</a>
`0.8.9` (Beta) - `dev` branch 👈🏽 <a href="https://github.com/OpenMined/PySyft/tree/dev/notebooks/api/0.8">API</a> - Coming soon...
`0.8.8` (Stable) - <a href="https://github.com/OpenMined/PySyft/tree/0.8.8/notebooks/api/0.8">API</a>

Deprecated:

- `0.8.7` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.7/notebooks/api/0.8">API</a>
- `0.8.6` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.6/notebooks/api/0.8">API</a>
- `0.8.5-post.2` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.5-post.2/notebooks/api/0.8">API</a>
- `0.8.4` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.4/notebooks/api/0.8">API</a>
Expand Down

0 comments on commit b164c8c

Please sign in to comment.