Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youfou committed Mar 14, 2017
1 parent da81db6 commit f5a05f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ wxpy: 用 Python 玩微信
* 获取好友/群成员昵称、备注、性别、地区
* 加好友,建群,邀请进群,踢出群

了解更多
说明文档
----------------

说明文档: http://wxpy.readthedocs.io
http://wxpy.readthedocs.io

项目主页
----------------
Expand Down
2 changes: 1 addition & 1 deletion wxpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def reply_my_friend(msg):
from .utils import dont_raise_response_error, embed, ensure_one, mutual_friends

__title__ = 'wxpy'
__version__ = '0.2.4'
__version__ = '0.2.5'
__author__ = 'Youfou'
__license__ = 'MIT'
__copyright__ = '2017, Youfou'
Expand Down

0 comments on commit f5a05f8

Please sign in to comment.