From b85eb7a7909198de93fd974dd8225aa9d9cbdbc5 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:54:22 -0500 Subject: [PATCH] Update __init__.py (#212) --- 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 7ac43450..d91d70eb 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -97,4 +97,4 @@ 'HttpMethod' ) -__version__ = '1.19.0b3' +__version__ = '1.19.0'