From 48a04aed7539f47a2a12fbe8b863a7813814ff86 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:24:09 -0700 Subject: [PATCH] bump 304 (#11147) --- 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 042c2f06f9..198e29d264 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.303" +version = "0.0.304" description = "Building applications with LLMs through composability" authors = [] license = "MIT"