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 = [