From f089f4ed864ff2537d7c6661ec6ca73c64183634 Mon Sep 17 00:00:00 2001 From: ali <117142933+muhammad-ali-e@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:40:35 +0530 Subject: [PATCH] Update __init__.py to update the version (#151) update the version to 0.56.0rc1 Signed-off-by: ali <117142933+muhammad-ali-e@users.noreply.github.com> --- src/unstract/sdk/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/unstract/sdk/__init__.py b/src/unstract/sdk/__init__.py index 7d48b97..7fac9f0 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,5 +1,4 @@ -__version__ = "0.55.0rc3" - +__version__ = "0.56.0rc1" def get_sdk_version(): """Returns the SDK version."""