From 4379bd4cbb8482e70d8936f747abd5ae7663f977 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Tue, 30 May 2023 10:47:59 -0700 Subject: [PATCH] bump 186 (#5459) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16f9c2f0..b4fd8d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.185" +version = "0.0.186" description = "Building applications with LLMs through composability" authors = [] license = "MIT"