From 02c502ee14189e94eff87b49d51c3ad159bacdf9 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 9 Oct 2024 16:07:13 +0000 Subject: [PATCH] build: update Python Library Version to 1.21.3 --- 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 e7add804..8b1a3620 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -98,4 +98,4 @@ 'BlobSource' ) -__version__ = '1.21.1' +__version__ = '1.21.3'