From 591032fef661a610c056b45307c168345a58b1cf Mon Sep 17 00:00:00 2001 From: diptanu Date: Sat, 19 Oct 2024 01:31:38 +0000 Subject: [PATCH] update 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 7bd4105ce..a0c29871c 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indexify" -version = "0.2.16" +version = "0.2.17" description = "Python Client for Indexify" authors = ["Tensorlake Inc. "] license = "Apache 2.0"