Commit f560aba0 authored by hupantingxue's avatar hupantingxue

1. Update python client version;

2. Fix device import error issue;
parent be2dc8af
......@@ -2,7 +2,7 @@
from .core import JPush
from .common import JPushFailure, Unauthorized
__version__ = '3.0.1'
__version__ = '3.0.2'
VERSION = tuple(map(int, __version__.split('.')))
from .push import (
......@@ -23,6 +23,7 @@ from .push import (
)
from .device import (
Device,
add,
remove,
device_tag,
......
......@@ -6,7 +6,7 @@ import requests
from . import common
from .push import Push
from .devcie import Device
from .device import Device
logger = logging.getLogger('jpush')
......
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