From e56f91a23954bed754e4a006bdfb05a08debc2ef Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Thu, 10 Aug 2023 20:59:31 -0700 Subject: [PATCH] Bump version to 0.0.35 (#424) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d08bc234ab..af96ac930c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.23" +version = "0.0.35" 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 4da77c45c3..547d7fb2a7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="embedchain", - version="0.0.34", + version="0.0.35", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501