From 09c02954baa511ddd15c68bc9bdc84f2f89d6f7c Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 14 Aug 2023 14:31:11 -0700 Subject: [PATCH] Bump version to 0.0.38 (#442) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77b61228ba..a8f8445c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.37" +version = "0.0.38" 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 7825545062..9e275165dc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="embedchain", - version="0.0.37", + version="0.0.38", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501