From 0189c650d3e93133632f10e0d2d01945bec65149 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:50:03 -0500 Subject: [PATCH] build: update Python Worker Version to 4.32.0 (#1578) Co-authored-by: AzureFunctionsPython --- azure_functions_worker/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_functions_worker/version.py b/azure_functions_worker/version.py index 5420b8cc..0133a0af 100644 --- a/azure_functions_worker/version.py +++ b/azure_functions_worker/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = '4.31.0' +VERSION = '4.32.0'