From 0072c0f379880fff7d0b80c5c26fdc42b963c147 Mon Sep 17 00:00:00 2001 From: Eclair Date: Fri, 4 Mar 2022 10:27:06 +0800 Subject: [PATCH] Release v1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e074928..0a1ca87 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ArticutAPI", - version="1.2.0", + version="1.2.1", author="Droidtown Linguistic Tech. Co. Ltd.", author_email="info@droidtown.co", description="Articut NLP system provides not only finest results on Chinese word segmentaion (CWS), Part-of-Speech tagging (POS) and Named Entity Recogintion tagging (NER), but also the fastest online API service in the NLP industry.",