From 4eb91683a9a278afdb0b0c1f16213829ffadcb80 Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Mon, 9 Oct 2023 12:41:30 -0700 Subject: [PATCH] Bump version to 0.0.68 (#785) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc18df19..cc766150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.67" +version = "0.0.68" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License"