From 035df7234bc7048a41793961201277cee40f268a Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 19 Jul 2024 23:07:32 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60641f2..8f42760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "1.0.2" +version = "2.0.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"