From bea893b34337d28a5b7104142754cea55201ef58 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 24 Oct 2022 10:07:49 +0900 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5081609..29e57c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doccano-client" -version = "1.2.2" +version = "1.2.3" description = "A simple client for doccano API." authors = ["Hironsan "] license = "MIT"