From cb0436cd4265dea5bd6785858cf0fa10ad9faa72 Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 3 Jun 2022 15:47:48 +0200 Subject: [PATCH] chore: bump version to 0.6.0-rc8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63d9bf638..a1488d503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.6.0-rc7" +version = "0.6.0-rc8" 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 = [