add version 1.0.1 for pypi release

This commit is contained in:
ssut 2015-06-06 00:59:24 +09:00
parent 586790270b
commit 840060ae25
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ def install():
desc = googletrans.__doc__
setup(
name='py-googletrans',
version='1.0',
version='1.0.1',
description=desc,
long_description=desc,
author='SuHun Han',