From 255fc248adee0a227bf61e7244c4a3bd2aa11a08 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:25:42 -0500 Subject: [PATCH] Update Python Worker Version to 4.29.0 (#1511) 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 d6d2d263..b4f732c4 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.26.0' +VERSION = '4.29.0'