From b705f260f4ec5944a22b17dff6f5f9b96c30f9a0 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Sun, 28 May 2023 09:16:18 -0700 Subject: [PATCH] bump 182 (#5364) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e090af0e..a7027451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.181" +version = "0.0.182" description = "Building applications with LLMs through composability" authors = [] license = "MIT"