From c336292346049803b16d1a2bc24a263bcb2a164a Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Mon, 16 Oct 2023 13:33:36 -0700 Subject: [PATCH] Update version to v0.0.72 (#809) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c33341ff..2d9898fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.71" +version = "0.0.72" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = ["Taranjeet Singh, Deshraj Yadav"] license = "Apache License"