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