From eb903e211c315596f0bb8028b6d17c24593d6f47 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 28 Oct 2023 08:51:23 -0700 Subject: [PATCH] bump to 36 (#12487) --- libs/experimental/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 4caefa1516..850449cd63 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.35" +version = "0.0.36" description = "Building applications with LLMs through composability" authors = [] license = "MIT"