From 64b4165c8d9b8374295d4629ef57d4d58e9af7c8 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Tue, 30 May 2023 08:08:11 -0700 Subject: [PATCH] bump 185 (#5442) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2ff1a40..16f9c2f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.184" +version = "0.0.185" description = "Building applications with LLMs through composability" authors = [] license = "MIT"