From 272f4258f98addaa098b3c201a919d5e77001a2a Mon Sep 17 00:00:00 2001 From: Gayathri <142381512+gaya3-zipstack@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:46:34 +0530 Subject: [PATCH] Increment SDK versions for Ollama URL and LLM Whisperer pages_to_extract changes (#71) * Update adapters * Increment SDK version --- src/unstract/sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstract/sdk/__init__.py b/src/unstract/sdk/__init__.py index b1599aa..4288fa4 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.36.0" +__version__ = "0.37.0" def get_sdk_version():