From 2db36492d6eaf4eea1d3bc0842de3de01a1f38a8 Mon Sep 17 00:00:00 2001 From: Andrei Stoian Date: Mon, 5 Sep 2022 14:18:18 +0200 Subject: [PATCH] chore: bump version to release 0.3.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 59f2069f6..769f8ea0b 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.3.0-rc3" +release = "0.3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c82edf73e..e3e925a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concrete-ml" -version = "0.3.0-rc3" +version = "0.3.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 0e78e3792..a943e5c77 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.3.0-rc3" +__version__ = "0.3.0"