From 55b52bad2147e83bc279594f69ecb41dd3d3fc5d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 29 Mar 2023 11:36:52 -0700 Subject: [PATCH] bump version to 126 (#2155) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2feef4f..3bb0a552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.125" +version = "0.0.126" description = "Building applications with LLMs through composability" authors = [] license = "MIT"