update verson

This commit is contained in:
fxsjy 2014-11-15 13:46:27 +08:00
parent 447c1ded8c
commit 5c487dbcba
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2014-11-15: version 0.35.1
1) fix Python 3.2的兼容性问题
2014-11-13: version 0.35
1) 改进词典cache的dump和加载机制by @gumblex
2提升关键词提取的性能; by @gumblex

View File

@ -1,6 +1,6 @@
from distutils.core import setup
setup(name='jieba3k',
version='0.35',
version='0.35.1',
description='Chinese Words Segementation Utilities',
author='Sun, Junyi',
author_email='ccnusjy@gmail.com',