From 7ce3433316ae33e6eb35a88ba44204fa2759306b Mon Sep 17 00:00:00 2001 From: Sun Junyi Date: Sun, 7 Apr 2013 22:55:06 +0800 Subject: [PATCH] fix bug: python2.6 does not support CRLF in eval(astring) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 512e50e..59ed5d2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba', - version='0.26', + version='0.26.1', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',