From 6c25f860fd0f72357f99faa593c60219ce2da7e6 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 21 May 2023 09:19:25 -0700 Subject: [PATCH] bump to 176 (#5064) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8160f4e8..a0ea369a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.175" +version = "0.0.176" description = "Building applications with LLMs through composability" authors = [] license = "MIT"