From 312c319d8b44edc046dc40fd47de3cb1bfade570 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 6 Mar 2023 10:50:44 -0800 Subject: [PATCH] bump version to 102 (#1471) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5960702..b4f37160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.101" +version = "0.0.102" description = "Building applications with LLMs through composability" authors = [] license = "MIT"