From d822c436b8d5e1c1461d6504bcd1e394ce3afb00 Mon Sep 17 00:00:00 2001 From: Rahul Johny <116638720+johnyrahul@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:41:08 +0530 Subject: [PATCH] Update __init__.py Signed-off-by: Rahul Johny <116638720+johnyrahul@users.noreply.github.com> --- src/unstract/llmwhisperer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstract/llmwhisperer/__init__.py b/src/unstract/llmwhisperer/__init__.py index fa12804..68fdaf2 100644 --- a/src/unstract/llmwhisperer/__init__.py +++ b/src/unstract/llmwhisperer/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.0" +__version__ = "2.2.1" from .client import LLMWhispererClient # noqa: F401 from .client_v2 import LLMWhispererClientV2 # noqa: F401