From c0e174871d2ccefa37759af8d06c51678b0c6857 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:32:55 -0500 Subject: [PATCH] build: update Python Library Version to 1.22.0b2 (#253) 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 ee945e9d..053d788a 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -102,4 +102,4 @@ 'BlobSource' ) -__version__ = '1.22.0b1' +__version__ = '1.22.0b2'