From f2a5dc40eea85a9e5a9706a161cd891e5a580622 Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Wed, 25 Oct 2023 13:40:00 -0700 Subject: [PATCH] Update package version to v0.0.76 (#849) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8e8e5e3..fabad3c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.75" +version = "0.0.76" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = ["Taranjeet Singh, Deshraj Yadav"] license = "Apache License"