From 4d32441b869c0ddab99cd7082ae074922e3c6fe0 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 2 Feb 2023 10:05:39 -0800 Subject: [PATCH] bump version to 0076 (#847) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc5c01f94af..2eb4c34d954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.75" +version = "0.0.76" description = "Building applications with LLMs through composability" authors = [] license = "MIT"