From f05f025e41d10828be58cb3f5ec78296c875757b Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 14 Feb 2023 07:14:40 -0800 Subject: [PATCH] bump version to 0086 (#1050) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc790634..a82b85e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.85" +version = "0.0.86" description = "Building applications with LLMs through composability" authors = [] license = "MIT"