From 54f552319773ac07f46098eb3701fce903fe0b87 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 14 May 2023 14:18:29 -0700 Subject: [PATCH] bump version to 169 (#4675) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0977c1..5f31b8ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.168" +version = "0.0.169" description = "Building applications with LLMs through composability" authors = [] license = "MIT"