From bcfbc7a818207f53b054ee481a61b8c90402879c Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 3 Feb 2023 14:49:52 -0800 Subject: [PATCH] version 0077 (#878) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da6e6c98a6..a609b435ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.76" +version = "0.0.77" description = "Building applications with LLMs through composability" authors = [] license = "MIT"