From 0fc8b2eb4bd71be0b024927a653f4608c4bbbc04 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 20 Jul 2023 20:35:00 +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 8208d097..35411e7d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doccano" -version = "1.8.3" +version = "1.8.4" description = "doccano, text annotation tool for machine learning practitioners" authors = ["Hironsan "] license = "MIT"