Bump version to 0.0.40 (#454)

This commit is contained in:
Taranjeet Singh
2023-08-16 13:23:03 -07:00
committed by GitHub
parent 4c8876f032
commit b57f096b27
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="embedchain",
version="0.0.39",
version="0.0.40",
author="Taranjeet Singh",
author_email="reachtotj@gmail.com",
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501