From d348a3f5a1d86dbc5bf38782953fcc8510c010d6 Mon Sep 17 00:00:00 2001 From: fxsjy Date: Tue, 9 Oct 2012 06:47:26 +0800 Subject: [PATCH] version change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a972a52..844906d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba', - version='0.15.1', + version='0.16', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',