From 12eb16d60bf9f0309d31b1596c879a5bf6fc2f19 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Sun, 3 Sep 2023 12:34:10 -0700 Subject: [PATCH] bump version to 0.0.51 (#540) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ddea58f..69aedddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.50" +version = "0.0.51" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"