From 57d10f93d94bf222c3bff6d0a4ef00e2e084b01d Mon Sep 17 00:00:00 2001 From: Gayathri <142381512+gaya3-zipstack@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:13:41 +0530 Subject: [PATCH] Roll SDK version (#68) * Support Ollama * Update adapter version * Multiple exception handling * Update 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 4ca381ca..e73e016e 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.34.0" +__version__ = "0.35.0" def get_sdk_version():