From fd4f2c67c479a27cdaf49a84d03547fba153cd51 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 19 Apr 2023 22:25:12 -0400 Subject: [PATCH] Release v 0.8.1 (#132) See release notes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4106598..c33f0f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.8.0" +version = "0.8.1" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"