From 32793f94fd6da0bb36311e1af4051f7883dd12c5 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 28 Apr 2023 00:21:53 -0700 Subject: [PATCH] bump version to 152 (#3695) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b277debe..cb611944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.151" +version = "0.0.152" description = "Building applications with LLMs through composability" authors = [] license = "MIT"