From ba208f5b4884d94ada3938cc85d72a87c2883388 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 11 Sep 2023 21:22:01 -0700 Subject: [PATCH] feature: bump version to 0.0.56 (#595) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 373c0640..0147b400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.55" +version = "0.0.56" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"