From f1058b3badb5c7c78ef95482c86c28242280551a Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Tue, 25 Feb 2025 21:58:31 +0000 Subject: [PATCH] build: update Python Library Version to 1.23.0b2 --- 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 3b9288c7..3df6e4e2 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -102,4 +102,4 @@ 'BlobSource' ) -__version__ = '1.23.0b1' +__version__ = '1.23.0b2'