From 7ed46260b3c5335b51ad7646a874b458eae00ff4 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 17 Jul 2023 11:16:24 -0700 Subject: [PATCH] Bump version to 0.0.24 (#302) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 961a02ac17..adab6db864 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="embedchain", - version="0.0.23", + version="0.0.24", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501