From 75149d6d38cc8952ebaf13d7b9fe48c466dbfa19 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 22 Mar 2023 23:21:56 -0700 Subject: [PATCH] bump version 120 (#1918) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e346ee1286b..28ad08e9b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.119" +version = "0.0.120" description = "Building applications with LLMs through composability" authors = [] license = "MIT"