From f381d2a82291f5b415b37d6ec959880bbda63d18 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Wed, 17 Aug 2022 11:22:05 +0200 Subject: [PATCH] chore: bump version to 0.2.1 --- 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 aec8dc7d8..1d893a123 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 = "0.2.1-rc0" +release = "0.2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5460f4d01..670efa470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-ml" -version = "0.2.1-rc0" +version = "0.2.1" 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 daad609c6..e7299eba5 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__ = "0.2.1-rc0" +__version__ = "0.2.1"