From ae78ef7fe60bd67b89fcacf8a19341d625966937 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 26 Jul 2023 21:46:28 -0700 Subject: [PATCH] bump experimental to 005 (#8339) --- 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 784c1c1cfa..059a15dbbf 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.4" +version = "0.0.5" description = "Building applications with LLMs through composability" authors = [] license = "MIT"