From 77ea783f72f491db966cce5906cf6ca8bd63509b Mon Sep 17 00:00:00 2001 From: Eclair Date: Mon, 7 Feb 2022 17:36:35 +0800 Subject: [PATCH] Released v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a41a5ba..e074928 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ArticutAPI", - version="1.1.9", + version="1.2.0", 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.",