chore: bump version to 0.6.0-rc6

This commit is contained in:
youben11
2022-05-16 17:31:12 +01:00
committed by Umut
parent 4d22dec705
commit 6c20ed7a08
2 changed files with 2 additions and 2 deletions

View File

@@ -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.6.0-rc5"
release = "0.6.0-rc6"
# -- General configuration ---------------------------------------------------

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "concrete-numpy"
version = "0.6.0-rc5"
version = "0.6.0-rc6"
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 = [