From 3ce2d8a656f95954fbf654d18f6355906fd2b6d8 Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Thu, 19 Oct 2023 21:06:49 -0700 Subject: [PATCH] Bump version to v0.0.75 (#836) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 411673e1..f8e8e5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.74" +version = "0.0.75" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = ["Taranjeet Singh, Deshraj Yadav"] license = "Apache License"