Skip to content

Commit b0e8425

Browse files
author
Helperhaps
committed
update version & add setup.cfg
1 parent 644fe18 commit b0e8425

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: jpush/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
schedulepayload,
7676
]
7777

78-
__version__ = '3.2.8'
78+
__version__ = '3.2.9'
7979
VERSION = tuple(map(int, __version__.split('.')))
8080

8181
# Silence urllib3 INFO logging by default

Diff for: setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

0 commit comments

Comments
 (0)