From 8fcb56e74ac1d3e8e7b81a3dd636aa4d26ce427b Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 1 May 2023 22:05:52 -0700 Subject: [PATCH] bump version to 155 (#3943) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29e7be5a..4c5d77f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.154" +version = "0.0.155" description = "Building applications with LLMs through composability" authors = [] license = "MIT"