From 68ce6955b7e9a2af61ef03ab24a5f48425d46a01 Mon Sep 17 00:00:00 2001 From: fxsjy Date: Wed, 25 Dec 2019 10:35:22 +0800 Subject: [PATCH] update version to 0.40 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 493e5b4..4bd4a5b 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ GitHub: https://github.com/fxsjy/jieba """ setup(name='jieba', - version='0.39', + version='0.40', description='Chinese Words Segmentation Utilities', long_description=LONGDOC, author='Sun, Junyi',