Skip to content

Commit e56f91a

Browse files
authored
Bump version to 0.0.35 (#424)
1 parent 0179141 commit e56f91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "embedchain"
3-
version = "0.0.23"
3+
version = "0.0.35"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="embedchain",
8-
version="0.0.34",
8+
version="0.0.35",
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)