Skip to content

Commit

Permalink
修改版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gusibi committed Apr 21, 2016
1 parent 93e2d87 commit 17241c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@ python-weixin
-----
A Python client for the Weixin REST APIs

0.0.4 新功能
0.1.0 功能
-----
* 修改目录结构

0.0.3 新功能
-----
* 添加超时处理
* 修改包名

0.0.2 新功能
-----
增加微信公众平台支持
微信公众平台 和开放平台 支持


Installation
-----
python setup.py install
pip install python-weixin

Requires
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

setup(name="python-weixin",
version="0.0.4",
version="0.1.0",
description="Weixin API client",
license="BSD",
install_requires=["simplejson","requests","six", "chardet"],
Expand Down

0 comments on commit 17241c1

Please sign in to comment.