From 13212a526864c1e6f24d8fa80263b4f2cd4ce5b8 Mon Sep 17 00:00:00 2001 From: hankcs Date: Fri, 23 Mar 2018 14:03:57 -0500 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c280acb..5a5aed3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='pyhanlp', - version='0.1.21', + version='0.1.22', description='Python wrapper for HanLP: Han Language Processing', long_description=long_description, url='https://github.com/hankcs/pyhanlp',