From 80d83cc937a4748f742c04f7ddc0b676d7e6c606 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:56:43 -0500 Subject: [PATCH] Update Python Worker Version to 4.30.3 (#1551) 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 a72f93d0..b2a4f4e6 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.30.2' +VERSION = '4.30.3'