From 6fbdb9ce51a170ea57d236d1c9b84dc5706a7cdd Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Wed, 10 May 2023 08:44:14 -0700 Subject: [PATCH] Release 0.0.164 (#4454) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18e4ef7e..73755238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.163" +version = "0.0.164" description = "Building applications with LLMs through composability" authors = [] license = "MIT"