From 3c2468452284ee37b8a88a20b864255fa4385b65 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 15 Mar 2023 14:49:47 -0700 Subject: [PATCH] harrison/bump-version-00113 (#1701) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cbe4daa9d6..6ffbaa004ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.112" +version = "0.0.113" description = "Building applications with LLMs through composability" authors = [] license = "MIT"