From 8de81d34a1df982fcff6413f448fa7ad7153d1d5 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 15 May 2023 09:21:00 -0700 Subject: [PATCH] bump version to 170 (#4733) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1c81881f1..ba4f551885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.169" +version = "0.0.170" description = "Building applications with LLMs through composability" authors = [] license = "MIT"