From f519b112482666e8dcc65684052034b53405d29d Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 6 Feb 2024 17:34:40 -0500 Subject: [PATCH] Version 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b7092d..9940ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "1.0.0" +version = "1.0.1" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"