From f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd Mon Sep 17 00:00:00 2001 From: Lx Yu Date: Thu, 24 Nov 2016 11:31:37 +0800 Subject: [PATCH] bump version to 0.4 --- README.rst | 13 +++++-------- setup.py | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 9b4fe36..85bbab9 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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. diff --git a/setup.py b/setup.py index 93a76e8..50046eb 100644 --- a/setup.py +++ b/setup.py @@ -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='github@lxyu.net',