From 87cd09230fc9f35e90857025fcfb124271c9e48f Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:12:56 -0500 Subject: [PATCH] build: update Python Library Version to 1.21.0 (#246) Co-authored-by: AzureFunctionsPython --- 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 7de175dd..86565e37 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -98,4 +98,4 @@ 'BlobSource' ) -__version__ = '1.21.0b3' +__version__ = '1.21.0'