From d86ed15d8884d5a3f120a433b9dda065647e4534 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 4 May 2023 09:14:47 -0700 Subject: [PATCH] bump version to 158 (#4091) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 876c0685..f6a5745f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.157" +version = "0.0.158" description = "Building applications with LLMs through composability" authors = [] license = "MIT"