From 7993a3ea734068d5bfbbdde2824070000a6c63a1 Mon Sep 17 00:00:00 2001 From: Sun Junyi Date: Fri, 7 Jun 2013 18:23:19 +0800 Subject: [PATCH] version 0.29 --- Changelog | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index d6038c6..1b0faf8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ -2013-05-02: version 0.28.4 +2013-06-07: version 0.29 +========================== +1) 提升了finalseg子模块命名体识别的准确度 +2) 修正了一些badcase + +2013-06-01: version 0.28.4 ========================== 1) 修正了一些badcase 2) add wraps decorator, by @cloudaice diff --git a/setup.py b/setup.py index f6514ce..c5fc586 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba', - version='0.28.4', + version='0.29', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',