From 9bc73b675cac6ed35cc8e3002a2cefcdcfd32604 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 11 Jan 2022 09:16:52 +0100 Subject: [PATCH] chore: bump version to 0.3.0-rc1 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a0f8b3cb1..3a5e012e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ root_url = os.environ.get("DOC_ROOT_URL", "/concrete-numpy") root_url = root_url if root_url.endswith('/') else root_url + '/' # The full version, including alpha/beta/rc tags -release = "0.2.0" +release = "0.3.0-rc1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 946486c7d..56ef74b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.2.0" +version = "0.3.0-rc1" description = "Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library." license = "BSD-3-Clause" authors = [