From 06af21db9aee35fe888a9bfd45ed2f28a570ba6d Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 12 May 2025 15:02:23 +0000 Subject: [PATCH] build: update Python Library Version to 1.24.0b1 --- 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 8d42e5f4..fc970503 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -102,4 +102,4 @@ 'BlobSource' ) -__version__ = '1.23.0' +__version__ = '1.24.0b1'