Commit 773d737c authored by hupantingxue's avatar hupantingxue

Update version and author info;

parent bc39992a
from .push import JPushClient
from .recv import RecvClient
__version__ = '2.0.1'
__version__ = '2.0.2'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = ['JPushClient', 'RecvClient']
......@@ -14,8 +14,8 @@ setup(
long_description=open("README.rst", "r").read(),
url='https://github.com/jpush/jpush-api-python-client',
author='linbo',
author_email='llbgurs@gmail.com',
author='hupantingxue',
author_email='hupantingxue@126.com',
packages=['jpush'],
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