Commit f0504fcc authored by root's avatar root

Update jpush python client version;

parent 0cdb00d7
......@@ -2,7 +2,7 @@
from .core import JPush
from .common import JPushFailure, Unauthorized
__version__ = '3.0.2'
__version__ = '3.1.0'
VERSION = tuple(map(int, __version__.split('.')))
from .push import (
......
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