From d44d5fbb9205f3f92ed2ac75377b353e0319b99a 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 cce1d00bfd155..73405995c6bfe 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"