From bcc62d63bec1748d733740e1c0b0d07676631c1f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:18:08 -0700 Subject: [PATCH] bump 327 (#12623) --- 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 86e4e79da16..8dbd32cf42b 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.326" +version = "0.0.327" description = "Building applications with LLMs through composability" authors = [] license = "MIT"