We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2482cc5 commit 5842288Copy full SHA for 5842288
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "concrete-ml"
3
-version = "1.6.0-rc2"
+version = "1.6.0-rc3"
4
description = "Concrete ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists."
5
license = "BSD-3-Clause-Clear"
6
authors = [
src/concrete/ml/version.py
@@ -1,4 +1,4 @@
"""File to manage the version of the package."""
# Auto-generated by "make set_version" do not modify
-__version__ = "1.6.0-rc2"
+__version__ = "1.6.0-rc3"
0 commit comments