From 319a3697b5ddccaa44955d73ff8bfa8954cb3a75 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Fri, 31 Jan 2025 12:24:01 -0800 Subject: [PATCH] bump up version of indexify --- indexify/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexify/pyproject.toml b/indexify/pyproject.toml index 8e5c8e9a1..978956b80 100644 --- a/indexify/pyproject.toml +++ b/indexify/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "indexify" # Incremented if any of the components provided in this packages are updated. -version = "0.3.7" +version = "0.3.8" description = "Open Source Indexify components and helper tools" authors = ["Tensorlake Inc. "] license = "Apache 2.0"