From 539f2dbc0eaa3b94e17bccf538a8264f78cf9109 Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 23 Sep 2022 17:08:26 +0200 Subject: [PATCH] chore: bump version to v0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab12db0a2..0d4fe2c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-numpy" -version = "0.8.0-rc2" +version = "0.8.0" description = "Concrete Numpy is an open-source library which simplifies the use of fully homomorphic encryption (FHE)." license = "BSD-3-Clause" authors = [