From 4357965e37826bbf9302d47d1392e8c3a17a00c3 Mon Sep 17 00:00:00 2001 From: nobu-g Date: Fri, 26 Aug 2022 15:12:30 +0900 Subject: [PATCH] bump version to 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fda9f4b6..7f54b3d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rhoknp" -version = "0.3.0" +version = "0.3.1" description = "Yet another Python binding for Juman++/KNP" authors = ["Hirokazu Kiyomaru ", "Nobuhiro Ueda "] repository = "https://github.com/ku-nlp/rhoknp"