From a554e94a1a23f24b60769be6e6d2ed2c6b784519 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 28 Mar 2023 13:12:41 -0700 Subject: [PATCH] v125 (#2109) for hackathon tonight! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb4d89a..44577f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.124" +version = "0.0.125" description = "Building applications with LLMs through composability" authors = [] license = "MIT"