Skip to content

Commit

Permalink
Bump version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 12, 2015
1 parent 28fd671 commit 2095951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='wechatpy',
version='0.7.3',
version='0.7.4',
author='messense',
author_email='messense@icloud.com',
url='https://github.com/messense/wechatpy',
Expand Down
2 changes: 1 addition & 1 deletion wechatpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from .oauth import WeChatOAuth # NOQA


__version__ = '0.7.3'
__version__ = '0.7.4'
__author__ = 'messense'

0 comments on commit 2095951

Please sign in to comment.