From 0e4c5dd1767b53e212d63bc81cceb7270178c322 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:22:31 -0700 Subject: [PATCH] bump 13 (#10130) --- 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 42893244555..1e342bf1f82 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.12" +version = "0.0.13" description = "Building applications with LLMs through composability" authors = [] license = "MIT"