From 4e43b0efe9cceec092a95f6deb0cc5c5ef7456dc Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 21 Feb 2023 08:56:07 -0800 Subject: [PATCH] bump version 0092 (#1204) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b675cfd4684..29be5a351a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.91" +version = "0.0.92" description = "Building applications with LLMs through composability" authors = [] license = "MIT"