From 1e0f49560ca24c211a0481999bc97d4e708b0ef9 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Wed, 16 Jul 2025 07:32:46 +0900 Subject: [PATCH] Bump Python version to 1.35.0 for a release --- python/semantic_kernel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semantic_kernel/__init__.py b/python/semantic_kernel/__init__.py index 58b35c9a2243..2410f2f0c43e 100644 --- a/python/semantic_kernel/__init__.py +++ b/python/semantic_kernel/__init__.py @@ -2,7 +2,7 @@ from semantic_kernel.kernel import Kernel -__version__ = "1.34.0" +__version__ = "1.35.0" DEFAULT_RC_VERSION = f"{__version__}-rc9"