From 6e0d3880df838059f5f4a6109f5efc0eab0b39f3 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 24 Mar 2023 08:24:44 -0700 Subject: [PATCH] bump version to 122 (#1970) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52b0b5d613..7ec21cc826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.121" +version = "0.0.122" description = "Building applications with LLMs through composability" authors = [] license = "MIT"