From c5dd491a21bde7a65c66c761aa0aad3734978008 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 24 Feb 2023 08:26:34 -0800 Subject: [PATCH] bump version to 0094 (#1280) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1aafd385..5122d8c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.93" +version = "0.0.94" description = "Building applications with LLMs through composability" authors = [] license = "MIT"