Skip to content

Commit

Permalink
a minor version on pypi, which removes *.pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Apr 17, 2015
1 parent c07b7fe commit 29d2b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jieba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import, unicode_literals
__version__ = '0.36'
__version__ = '0.36.2'
__license__ = 'MIT'

import re
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"""

setup(name='jieba',
version='0.36.1',
version='0.36.2',
description='Chinese Words Segementation Utilities',
long_description=LONGDOC,
author='Sun, Junyi',
Expand Down

0 comments on commit 29d2b83

Please sign in to comment.