Skip to content

Commit

Permalink
Bump version: 1.7.5 → 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 4, 2019
1 parent dbff0d8 commit f512a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,5 +2,5 @@
files = setup.py wechatpy/__init__.py
commit = True
tag = True
current_version = 1.7.5
current_version = 1.7.6

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):

setup(
name='wechatpy',
version='1.7.5',
version='1.7.6',
author='messense',
author_email='messense@icloud.com',
url='https://github.com/jxtech/wechatpy',
Expand Down
2 changes: 1 addition & 1 deletion wechatpy/__init__.py
Expand Up @@ -10,7 +10,7 @@
from wechatpy.pay import WeChatPay # NOQA
from wechatpy.replies import create_reply # NOQA

__version__ = '1.7.5'
__version__ = '1.7.6'
__author__ = 'messense'

# Set default logging handler to avoid "No handler found" warnings.
Expand Down

0 comments on commit f512a05

Please sign in to comment.