From b9045f7e0df357d608700e91dc3039433f652d61 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 31 Jan 2023 00:18:32 -0800 Subject: [PATCH] bump version to 0075 (#819) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b5351e2f58..cc5c01f94af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.74" +version = "0.0.75" description = "Building applications with LLMs through composability" authors = [] license = "MIT"