Skip to content

Commit

Permalink
bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Nov 24, 2016
1 parent eea9513 commit f9cac59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Pinyin
.. image:: http://img.shields.io/travis/lxyu/pinyin/master.svg?style=flat
:target: https://travis-ci.org/lxyu/pinyin

.. image:: http://img.shields.io/pypi/dm/pinyin.svg?style=flat
:target: https://pypi.python.org/pypi/pinyin


Translate chinese chars to pinyin based on Mandarin.dat

Expand Down Expand Up @@ -60,8 +57,8 @@ Note that this is a prototype, and only functions from Python 3.
License
-------

pinyin is free software, under an MIT-style license. See LICENSE for
details. The data file for translations is the CC-BY-SA 3.0. The
translations are from the CC-CE-DICT project
(https://cc-cedict.org/wiki/), by Denisowski, Peterson, Brelsford, and
others.
`pinyin` is free software, under an MIT-style license. See LICENSE for details.

The data file for translations is the CC-BY-SA 3.0.

The translations are from the CC-CE-DICT project (https://cc-cedict.org/wiki/), by Denisowski, Peterson, Brelsford, and others.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pinyin',
version='0.3.1',
version='0.4.0',
description='Translate chinese chars to pinyin based on Mandarin.dat',
author='Lx Yu',
author_email='[email protected]',
Expand Down

0 comments on commit f9cac59

Please sign in to comment.