From 6d44a2285cb8ae05500962b42abb8679c64df77e Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 12 Feb 2023 07:47:10 -0800 Subject: [PATCH] bump version to 0084 (#1005) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e4eb1a4d1c..142e387d363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.83" +version = "0.0.84" description = "Building applications with LLMs through composability" authors = [] license = "MIT"