From 2a09fe3542406083b480c605d4c49a4980025ab0 Mon Sep 17 00:00:00 2001 From: fd0r Date: Thu, 11 Jan 2024 13:17:44 +0000 Subject: [PATCH] chore: prepare release 1.4.0 --- docs/conf.py | 2 +- pyproject.toml | 2 +- src/concrete/ml/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7513c03b7..4a59c28e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ root_url = root_url if root_url.endswith("/") else root_url + "/" # The full version, including alpha/beta/rc tags -release = "1.4.0-rc2" +release = "1.4.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 524d6496b..8044a21db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-ml" -version = "1.4.0-rc2" +version = "1.4.0" description = "Concrete ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists." license = "BSD-3-Clause-Clear" authors = [ diff --git a/src/concrete/ml/version.py b/src/concrete/ml/version.py index 490422995..d598872a5 100644 --- a/src/concrete/ml/version.py +++ b/src/concrete/ml/version.py @@ -1,3 +1,3 @@ """File to manage the version of the package.""" # Auto-generated by "make set_version" do not modify -__version__ = "1.4.0-rc2" +__version__ = "1.4.0"