diff --git a/README.md b/README.md index 120f340..bce3b96 100644 --- a/README.md +++ b/README.md @@ -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 ----- diff --git a/setup.py b/setup.py index 236f5d5..05fbe1f 100644 --- a/setup.py +++ b/setup.py @@ -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"],