Commit 773d737c authored by hupantingxue's avatar hupantingxue

Update version and author info;

parent bc39992a
from .push import JPushClient from .push import JPushClient
from .recv import RecvClient from .recv import RecvClient
__version__ = '2.0.1' __version__ = '2.0.2'
VERSION = tuple(map(int, __version__.split('.'))) VERSION = tuple(map(int, __version__.split('.')))
__all__ = ['JPushClient', 'RecvClient'] __all__ = ['JPushClient', 'RecvClient']
...@@ -14,8 +14,8 @@ setup( ...@@ -14,8 +14,8 @@ setup(
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
url='https://github.com/jpush/jpush-api-python-client', url='https://github.com/jpush/jpush-api-python-client',
author='linbo', author='hupantingxue',
author_email='llbgurs@gmail.com', author_email='hupantingxue@126.com',
packages=['jpush'], packages=['jpush'],
platforms='any', platforms='any',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment