From d58508098368c8438473a04bc9256038200fabe3 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Tue, 24 Feb 2026 22:07:08 +0000 Subject: [PATCH] build: update Python Library Version to 1.25.0b4 --- azure/functions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/functions/__init__.py b/azure/functions/__init__.py index cb6371da..e3ffe6cf 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -107,4 +107,4 @@ 'McpPropertyType' ) -__version__ = '1.25.0b3' +__version__ = '1.25.0b4'