From f76d9740c67f209a0f466d996972b0394960f573 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Sat, 19 Aug 2023 14:14:22 -0700 Subject: [PATCH] Bump version to 0.0.41 (#459) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9cb23c5..960fed7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.0.40" +version = "0.0.41" 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 2c5970c8..165a2acf 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.40", + version="0.0.41", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501