From a0b869207d9d8cb185c15fc12b0241d3f6394de6 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:24:16 -0500 Subject: [PATCH] Update Python Library Version to 1.21.0b1 (#235) 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 57511eb9..25eaf786 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -98,4 +98,4 @@ 'BlobSource' ) -__version__ = '1.20.0' +__version__ = '1.21.0b1'