From d50138a98e6b4eac810361bd31dd6b9926161e1c Mon Sep 17 00:00:00 2001 From: youben11 Date: Thu, 7 Apr 2022 11:21:37 +0100 Subject: [PATCH] chore: bump version to 0.6.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 4a18afb62..5aad6490e 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.5.0" +release = "0.6.0-rc1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e766a85a4..a12e050c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.5.0" +version = "0.6.0-rc1" description = "Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler." license = "BSD-3-Clause" authors = [