Commit d420d823 authored by Javen's avatar Javen

Release v3.0.1 - Bugfix

parent 430456e2
===================
JPush Python Client
===================
=======================
JPush API Python Client
=======================
A Python client for the JPush REST APIs
JPush's officially supported Python client library for accessing JPush APIs.
------------
Dependencies
------------
You need to install requests, the python http library, to use jpush python client;
You need to install requests, the python http library, to use jpush python client.
.. code-block:: sh
......
......@@ -2,7 +2,7 @@
from .core import JPush
from .common import JPushFailure, Unauthorized
__version__ = '3.0.0'
__version__ = '3.0.1'
VERSION = tuple(map(int, __version__.split('.')))
from .push import (
......
......@@ -10,7 +10,7 @@ setup(
name='jpush',
version=__version__,
description='JPush\'s officially supported Python client library',
keywords=('JPush', 'JPush API'),
keywords=('JPush', 'JPush API', 'Android Push', 'iOS Push'),
license='MIT License',
long_description=open("README.rst", "r").read(),
......
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