From 2d074bea9e2ebd4ebb598dfbe26f8b4f4d394dc7 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Tue, 3 Dec 2024 16:13:50 -0800 Subject: [PATCH] update python sdk version --- python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index 75655b886..6cae6a3ca 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indexify" -version = "0.2.32" +version = "0.2.33" description = "Python Client for Indexify" authors = ["Tensorlake Inc. "] license = "Apache 2.0"