Skip to content

Commit 5842288

Browse files
committed
chore: prepare release 1.6.0-rc3
1 parent 2482cc5 commit 5842288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "concrete-ml"
3-
version = "1.6.0-rc2"
3+
version = "1.6.0-rc3"
44
description = "Concrete ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists."
55
license = "BSD-3-Clause-Clear"
66
authors = [

src/concrete/ml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""File to manage the version of the package."""
22

33
# Auto-generated by "make set_version" do not modify
4-
__version__ = "1.6.0-rc2"
4+
__version__ = "1.6.0-rc3"

0 commit comments

Comments
 (0)