Skip to content

Commit

Permalink
update version & add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Helperhaps committed Jan 30, 2018
1 parent 644fe18 commit b0e8425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jpush/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
schedulepayload,
]

__version__ = '3.2.8'
__version__ = '3.2.9'
VERSION = tuple(map(int, __version__.split('.')))

# Silence urllib3 INFO logging by default
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

0 comments on commit b0e8425

Please sign in to comment.