From a63ab7ded14a1426a96aa9f20833d7844b5a8bf5 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Wed, 17 May 2023 08:54:39 -0700 Subject: [PATCH] bump 172 (#4864) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f3fe917..a54afbf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.171" +version = "0.0.172" description = "Building applications with LLMs through composability" authors = [] license = "MIT"