Skip to content

Commit f76d974

Browse files
authored
Bump version to 0.0.41 (#459)
1 parent f29443a commit f76d974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "embedchain"
3-
version = "0.0.40"
3+
version = "0.0.41"
44
description = "embedchain is a framework to easily create LLM powered bots over any dataset"
55
authors = ["Taranjeet Singh"]
66
license = "Apache License"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="embedchain",
8-
version="0.0.40",
8+
version="0.0.41",
99
author="Taranjeet Singh",
1010
author_email="[email protected]",
1111
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501

0 commit comments

Comments
 (0)