From e0e845bb8b56585d32afb1fcaa0b888f96af561b Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Fri, 29 Oct 2021 16:16:52 +0200 Subject: [PATCH] chore: bump version to 0.2.0-rc5 --- concrete/version.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/concrete/version.py b/concrete/version.py index cdfea93ab..16dbaf249 100644 --- a/concrete/version.py +++ b/concrete/version.py @@ -1,4 +1,4 @@ """Package version module.""" # Auto-generated by "make set_version" do not modify -__version__ = "0.2.0-rc4" +__version__ = "0.2.0-rc5" diff --git a/docs/conf.py b/docs/conf.py index 07c520371..3b0f82a85 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = "2021, Zama" author = "Zama" # The full version, including alpha/beta/rc tags -release = "0.2.0-rc4" +release = "0.2.0-rc5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bde2de042..dd6ea1be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concretefhe" -version = "0.2.0-rc4" +version = "0.2.0-rc5" description = "Concrete Framework" authors = ["Zama "] packages = [