From bbabe4d248417a0a8d91f46a901ed0c9b0e7cd47 Mon Sep 17 00:00:00 2001 From: Thibault Pensec <39826516+thibauult@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:09:28 +0200 Subject: [PATCH] Prepare 2.11.0 Release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07f99b97..8a1ea44d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "symphony_bdk_python" -version = "2.11.0-beta" +version = "2.11.0" license = "Apache-2.0" description = "Symphony Bot Development Kit for Python" readme = "README.md"