From ad7f4c03170380353ede101c3673878ea72c035f Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 28 May 2023 11:42:58 -0700 Subject: [PATCH] bump to 183 (#5372) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7027451..d5656765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.182" +version = "0.0.183" description = "Building applications with LLMs through composability" authors = [] license = "MIT"