From 3c6fa9126aa6422084e8c064eda06292d40ac517 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:09:22 -0700 Subject: [PATCH] bump 189 (#5620) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 956b90d1..a651c115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.188" +version = "0.0.189" description = "Building applications with LLMs through composability" authors = [] license = "MIT"