From ebee6168224e5b4445342f2c89f4dc297d88922d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:26:41 -0700 Subject: [PATCH] bump 330 (#12853) --- libs/langchain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index c86df37f1b9..e4a396ae195 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.329" +version = "0.0.330" description = "Building applications with LLMs through composability" authors = [] license = "MIT"