From b86e744efae8a43a1229088c3fce7b60195ff349 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Tue, 16 Sep 2025 08:36:24 +0900 Subject: [PATCH] Bump Python version to 1.37.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 491735e0d0e3..b6b4470ac81c 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.36.2" +__version__ = "1.37.0" DEFAULT_RC_VERSION = f"{__version__}-rc9"