From fb2d7afe717de4c815fc19ff1f1ab0ab967d5178 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 28 Jan 2023 18:50:22 -0800 Subject: [PATCH] bump version to 0074 (#791) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40cac14ddc6ca..39cb771a4526e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.73" +version = "0.0.74" description = "Building applications with LLMs through composability" authors = [] license = "MIT"