We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edab888 commit 5186095Copy full SHA for 5186095
setup.py
@@ -10,7 +10,7 @@
10
requirements = [l for l in f.read().splitlines() if l]
11
12
setup(name="python-weixin",
13
- version="0.4.7",
+ version="0.5.0",
14
description="Python Weixin API client support wechat-app",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments