From 0f23d5f9674f2deb672c63627afd2b59d0c87edb Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Tue, 12 Sep 2023 19:47:54 -0700 Subject: [PATCH] feat: bump version to 0.0.57 (#606) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0147b400..55af977c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.56" +version = "0.0.57" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"