diff --git a/setup.py b/setup.py index cdd7436..3d518d3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ requirements = [l for l in f.read().splitlines() if l] setup(name="python-weixin", - version="0.4.7", + version="0.5.0", description="Python Weixin API client support wechat-app", long_description=long_description, long_description_content_type="text/markdown",