Commit 0646dd79 authored by hupantingxue's avatar hupantingxue

Fix pip version issue;

parent 00f311f3
......@@ -2,7 +2,7 @@
from .core import JPush
from .common import JPushFailure, Unauthorized
__version__ = '3.1.1'
__version__ = '3.1.2'
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