From bb490df9a6470e6638175e14a3a65faa9409d30b Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Tue, 17 Oct 2023 22:19:22 -0700 Subject: [PATCH] Bump version to v0.0.73 (#819) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9d68a1b..b51a690f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.72" +version = "0.0.73" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = ["Taranjeet Singh, Deshraj Yadav"] license = "Apache License"