From 3cab4415b7a4b53a4bc325644f47358948863868 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Fri, 11 Aug 2023 16:37:51 -0700 Subject: [PATCH] Bump version to 0.0.37 (#431) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d33d8dc2..77b61228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.36" +version = "0.0.37" 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 a0724143..78255450 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="embedchain", - version="0.0.36", + version="0.0.37", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501