From 2a7220ae478937023f5ca7f50e4f1d03a3dbf296 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 28 Aug 2024 17:47:41 +0000 Subject: [PATCH] build: update Python Library Version to 1.21.0b3 --- 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 293416c1..7de175dd 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -98,4 +98,4 @@ 'BlobSource' ) -__version__ = '1.21.0b2' +__version__ = '1.21.0b3'