From 920fb01b8076b9e177190646e5d1da2ecb699fa6 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 16 Sep 2024 13:24:40 -0400 Subject: [PATCH] Release 3.0.0 (#318) Works with langchain-core 0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 083ec6b..8d80599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "2.0.0" +version = "3.0.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"