From 6c852e46651e009992113cbbf44427d9f3bc8967 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Thu, 25 Jul 2024 19:58:00 +0000 Subject: [PATCH] Update Python Worker Version to 4.30.2 --- 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 bea5b942..a72f93d0 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.1' +VERSION = '4.30.2'