From 33eb076da2585b723d2ed1f273c275b010763c4a Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 12 Jul 2024 15:31:25 -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 4baa950..a261200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "1.0.1" +version = "1.0.2" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"