Skip to content

Commit

Permalink
Bump version: 1.2.4 → 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 14, 2016
1 parent 069ed00 commit 8e32a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = setup.py wechatpy/__init__.py
commit = True
tag = True
current_version = 1.2.4
current_version = 1.2.5

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_tests(self):

setup(
name='wechatpy',
version='1.2.4',
version='1.2.5',
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 @@ -18,5 +18,5 @@
from wechatpy.component import WeChatComponent # NOQA


__version__ = '1.2.4'
__version__ = '1.2.5'
__author__ = 'messense'

0 comments on commit 8e32a46

Please sign in to comment.