From cce731c3c2084ed43b1a4f3c406027f48c4387a5 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 29 May 2023 07:53:32 -0700 Subject: [PATCH] bump version 184 (#5407) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d56567655f2..c61b4524c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.183" +version = "0.0.184" description = "Building applications with LLMs through composability" authors = [] license = "MIT"