From a7c97dcfa1bc6ae5e85b27b09e46ef88ae6a809b Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 24 Feb 2023 10:16:25 +0100 Subject: [PATCH] chore: bump version to v1.0.0-rc1 --- docs/getting-started/installing.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installing.md b/docs/getting-started/installing.md index e2a4da79a..85adbf5f3 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.11.0 +docker pull zamafhe/concrete-numpy:v1.0.0 ``` ### Starting a Jupyter server. @@ -28,13 +28,13 @@ docker pull zamafhe/concrete-numpy:v0.11.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.11.0 +docker run --rm -it -p 8888:8888 zamafhe/concrete-numpy:v1.0.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.11.0 +docker run --rm -it -p 8888:8888 -v /path/to/notebooks:/data zamafhe/concrete-numpy:v1.0.0 ``` ### Starting a Bash session. diff --git a/pyproject.toml b/pyproject.toml index aad15bd8f..ab4e790c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.11.0" +version = "1.0.0-rc1" description = "Concrete Numpy is an open-source library which simplifies the use of fully homomorphic encryption (FHE)." license = "BSD-3-Clause" authors = [