From fafaf6dcb3e566ba592f06b1e2b6db4bec81c671 Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Sun, 3 Sep 2023 14:31:25 -0700 Subject: [PATCH] bump in pyproject as well --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec4c133..c887567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core>=1.0.0", "setuptools"] [tool.poetry] name = "reconner" -version = "0.14.0" +version = "0.14.1" description = "Recon NER, Debug and correct annotated Named Entity Recognition (NER) data for inconsitencies and get insights on improving the quality of your data." packages = [ { include = "recon" }