From 303341b3e03f4dfceb3771a5221da20659d53cd3 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 30 Oct 2025 15:22:22 +0900 Subject: [PATCH] Bump Python version to 1.37.1 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 b6b4470ac81c..4ce566382ed3 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.37.0" +__version__ = "1.37.1" DEFAULT_RC_VERSION = f"{__version__}-rc9"