From 43e9eb86724644f512cd87f10c069545cbe37ece Mon Sep 17 00:00:00 2001 From: Deepak K <89829542+Deepak-Kesavan@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:59:44 +0530 Subject: [PATCH] Bumped SDK version to 0.12.0 --- 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 49bf395d..94631f5d 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.2" +__version__ = "0.12.0" def get_sdk_version():