From dd039bb6c974d02e444299fbb946350428b32a19 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 20 Mar 2023 08:21:12 +0900 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72d7463..43d59a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doccano-mini" -version = "0.0.5" +version = "0.0.6" description = "Annotation meets Large Language Models." authors = ["Hironsan "] license = "MIT"