Skip to content

Commit

Permalink
Bump version: 1.2.3 → 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 13, 2016
1 parent 4238902 commit c492ac9
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.3
current_version = 1.2.4

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.3',
version='1.2.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 @@ -18,5 +18,5 @@
from wechatpy.component import WeChatComponent # NOQA


__version__ = '1.2.3'
__version__ = '1.2.4'
__author__ = 'messense'

0 comments on commit c492ac9

Please sign in to comment.