From 378ef5246e0a28cf9671af5394cc0af12c6b1a26 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 13 Sep 2023 13:50:31 -0700 Subject: [PATCH] feat: bump version to 0.0.58 (#617) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55af977c..7c310810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.57" +version = "0.0.58" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"