a minor version on pypi, which removes *.pyc

This commit is contained in:
fxsjy 2015-04-17 19:35:12 +08:00
parent c07b7fef54
commit 29d2b838dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from __future__ import absolute_import, unicode_literals from __future__ import absolute_import, unicode_literals
__version__ = '0.36' __version__ = '0.36.2'
__license__ = 'MIT' __license__ = 'MIT'
import re import re

View File

@ -43,7 +43,7 @@ GitHub: https://github.com/fxsjy/jieba
""" """
setup(name='jieba', setup(name='jieba',
version='0.36.1', version='0.36.2',
description='Chinese Words Segementation Utilities', description='Chinese Words Segementation Utilities',
long_description=LONGDOC, long_description=LONGDOC,
author='Sun, Junyi', author='Sun, Junyi',