Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyZhao committed Mar 20, 2015
1 parent 651f592 commit 3df240b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
微信公众平台 Python 开发包
===========================

当前最新版本:v0.5.0
当前最新版本:v0.5.4

非官方微信公众平台 Python 开发包,包括官方接口和非官方接口。

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'wechat-sdk',
version = '0.5.0',
version = '0.5.4',
keywords = ('wechat', 'sdk', 'wechat sdk'),
description = u'微信公众平台Python开发包',
long_description = open("README.rst").read(),
Expand All @@ -19,4 +19,4 @@
include_package_data = True,
platforms = 'any',
install_requires=open("requirements.txt").readlines(),
)
)

0 comments on commit 3df240b

Please sign in to comment.