From 92de61f485b53b94a6d0a4cdf14b070fcefcf9bb Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 20 Oct 2021 10:01:05 +0200 Subject: [PATCH] chore: bump version to 0.2.0-rc3 --- 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 193a1ba82..bd13490b4 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-rc2" +__version__ = "0.2.0-rc3" diff --git a/docs/conf.py b/docs/conf.py index 3500df8f9..8e6010a2c 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-rc2" +release = "0.2.0-rc3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c17bec5a3..8fb2431f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concretefhe" -version = "0.2.0-rc2" +version = "0.2.0-rc3" description = "Concrete Framework" authors = ["Zama "] packages = [