From 70f2de4fd324fc7df8caef734554938115b78464 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Tue, 26 Sep 2023 22:23:26 -0700 Subject: [PATCH] feat: bump version to 0.0.61 (#709) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dda91198..91007acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.60" +version = "0.0.61" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"