From d51c508b40a4c29b0df5c60b4a1850d61566d9a5 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Thu, 10 Aug 2023 21:20:39 -0700 Subject: [PATCH] Bump version to 0.0.36 (#426) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af96ac930c..d33d8dc215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.35" +version = "0.0.36" description = "embedchain is a framework to easily create LLM powered bots over any dataset" authors = ["Taranjeet Singh"] license = "Apache License" diff --git a/setup.py b/setup.py index 547d7fb2a7..a07241430d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="embedchain", - version="0.0.35", + version="0.0.36", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501