From 85f36817cfcb7a7e5ec04ec01581a096c55016a1 Mon Sep 17 00:00:00 2001 From: Umut Date: Wed, 21 Dec 2022 16:37:03 +0100 Subject: [PATCH] chore: bump version to 0.10.0-rc1 --- README.md | 2 +- docs/getting-started/installing.md | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d91657543..953b1fe50 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip install concrete-numpy You can get the concrete-numpy docker image by pulling the latest docker image: ```shell -docker pull zamafhe/concrete-numpy:v0.9.0 +docker pull zamafhe/concrete-numpy:v0.10.0 ``` You can find more detailed installation instructions in [installing.md](docs/getting-started/installing.md) diff --git a/docs/getting-started/installing.md b/docs/getting-started/installing.md index 8b3ccecab..4a12948e4 100644 --- a/docs/getting-started/installing.md +++ b/docs/getting-started/installing.md @@ -20,7 +20,7 @@ Apple silicon users must use docker installation (explained below) as there is n You can also get the **Concrete-Numpy** docker image: ```shell -docker pull zamafhe/concrete-numpy:v0.9.0 +docker pull zamafhe/concrete-numpy:v0.10.0 ``` ### Starting a Jupyter server. @@ -28,13 +28,13 @@ docker pull zamafhe/concrete-numpy:v0.9.0 By default, the entry point of the **Concrete-Numpy** docker image is a jupyter server that you can access from your browser: ```shell -docker run --rm -it -p 8888:8888 zamafhe/concrete-numpy:v0.9.0 +docker run --rm -it -p 8888:8888 zamafhe/concrete-numpy:v0.10.0 ``` To save notebooks on host, you can use a local volume: ```shell -docker run --rm -it -p 8888:8888 -v /path/to/notebooks:/data zamafhe/concrete-numpy:v0.9.0 +docker run --rm -it -p 8888:8888 -v /path/to/notebooks:/data zamafhe/concrete-numpy:v0.10.0 ``` ### Starting a Bash session. diff --git a/pyproject.toml b/pyproject.toml index 963ffa641..dbe390e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.9.0" +version = "0.10.0-rc1" description = "Concrete Numpy is an open-source library which simplifies the use of fully homomorphic encryption (FHE)." license = "BSD-3-Clause" authors = [