From 45747491470b562404084c4f76e5b7ff4e45973c Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:21:00 -0800 Subject: [PATCH] communty[patch]: Release 0.0.3 (#14673) --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index f05d6580af..2b2868005f 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.2" +version = "0.0.3" description = "Community contributed LangChain integrations." authors = [] license = "MIT"