From 3517e4a628c7fe314a4ea49faa5ead574f607107 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 4 Apr 2023 13:58:04 -0400 Subject: [PATCH] Release v0.6.1 (#120) Release 0.6.1. See release notes for more details. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d560e5f..71c4afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.6.0" +version = "0.6.1" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"