From 739c297c948732eb74a10a367f3f558d27df62b1 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 12 May 2023 10:24:59 -0700 Subject: [PATCH] Release 167 (#4589) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 546255b5..a8c9c53c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.166" +version = "0.0.167" description = "Building applications with LLMs through composability" authors = [] license = "MIT"