Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
fix coding
Browse files Browse the repository at this point in the history
  • Loading branch information
mapix committed Jul 8, 2016
1 parent ba06618 commit 404a068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pinyin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-

from __future__ import unicode_literals
from builtins import object
# -*- coding: utf-8 -*-

import jieba
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='smart_pinyin',
version='0.4.0',
version='0.4.1',
description='Smart Chinese-to-Pinyin converter.',
author='mapix',
author_email='mapix.me@gmail.com',
Expand Down

0 comments on commit 404a068

Please sign in to comment.