From 910da8518f561199d6f3edf0503e4117fdfa9ed6 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 23 Mar 2023 07:11:15 -0700 Subject: [PATCH] hotfix (#1928) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28ad08e9b28..52b0b5d613d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.120" +version = "0.0.121" description = "Building applications with LLMs through composability" authors = [] license = "MIT"