From 59eca4850a77a00e5ae7a5fc558d49d76e404b80 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 19 Dec 2024 16:42:42 +0900 Subject: [PATCH] Bump Python version to 1.17.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 698296c51027..7e3a783282b7 100644 --- a/python/semantic_kernel/__init__.py +++ b/python/semantic_kernel/__init__.py @@ -2,5 +2,5 @@ from semantic_kernel.kernel import Kernel -__version__ = "1.17.0" +__version__ = "1.17.1" __all__ = ["Kernel", "__version__"]