From 53cb5d92965412694d5950d94f3c5ca50fe1f975 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 5 Jul 2023 23:07:25 +0530 Subject: [PATCH] Bump version to 0.0.13 (#145) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aebaebc4..1f69d584 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.12", + version="0.0.13", author="Taranjeet Singh", author_email="reachtotj@gmail.com", description="embedchain is a framework to easily create LLM powered bots over any dataset",