From a65559f79aecbb384bdbec5e093782ba38e9149a Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 14 Oct 2022 09:55:29 +0900 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2b9914..abf1a25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doccano-client" -version = "1.2.1" +version = "1.2.2" description = "A simple client for doccano API." authors = ["Hironsan "] license = "MIT"