From 0d51928b895f0b6e9a394b7f026fe0812e488cc6 Mon Sep 17 00:00:00 2001 From: jaseemjaskp Date: Wed, 10 Jul 2024 19:54:06 +0530 Subject: [PATCH] version updated into 0.2.2 --- 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 3344e94..26e677c 100644 --- a/src/unstract/llmwhisperer/__init__.py +++ b/src/unstract/llmwhisperer/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from .client import LLMWhispererClient # noqa: F401