From 6d18b93bc161f30412d129419973acd4d2464d39 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sun, 7 May 2023 15:27:17 -0400 Subject: [PATCH] Release 0.9.2 (#155) Release 0.9.2 See release notes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01bd18c..09b2bf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.9.1" +version = "0.9.2" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"