From 8515e27d826e7f0984c1ccdfc1d40194a61026dd Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:04:02 -0700 Subject: [PATCH] bump 294 (#10751) --- 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 e5856005ab..f3e08a21c6 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.293" +version = "0.0.294" description = "Building applications with LLMs through composability" authors = [] license = "MIT"