From 0ea0400cceb5bd0664f7cb4a027a52dd151b18a6 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 8 Dec 2022 21:07:14 +0900 Subject: [PATCH] Update version --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 668036d5..d18df236 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doccano" -version = "1.8.2" +version = "1.8.3" description = "doccano, text annotation tool for machine learning practitioners" authors = ["Hironsan "] license = "MIT"