From 2d5588c5f00785873fbaa9fc7f4203deb1060e6c Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Wed, 24 May 2023 07:55:27 -0700 Subject: [PATCH] bump 179 (#5200) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 389c3e7c..8d3b8648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.178" +version = "0.0.179" description = "Building applications with LLMs through composability" authors = [] license = "MIT"