From 9d1280d4512bfd52ad13b15248d3660edbe8c354 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Sat, 20 May 2023 09:24:17 -0700 Subject: [PATCH] bump v175 (#5041) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11f869c5..7f7bc1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.174" +version = "0.0.175" description = "Building applications with LLMs through composability" authors = [] license = "MIT"