From 70077f4e467670b33db7a94aab732d8ef3a6f406 Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Wed, 30 Aug 2023 11:25:46 -0700 Subject: [PATCH] Update package version to 0.0.49 (#515) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41bc0603..b65b2e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.48" +version = "0.0.49" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"