From 62ec10a7f5110b3b264c3851fc98d784848f7259 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 10 Jun 2023 09:06:35 -0700 Subject: [PATCH] bump version to 196 (#5988) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8bfe4ef..f0f68ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.195" +version = "0.0.196" description = "Building applications with LLMs through composability" authors = [] license = "MIT"