From 641303a36183633e9c347c6efb2a9158ef0b65c2 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 26 May 2023 08:44:19 -0700 Subject: [PATCH] bump 181 (#5302) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75d7bf5c1d5..0db067cd94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.180" +version = "0.0.181" description = "Building applications with LLMs through composability" authors = [] license = "MIT"