Skip to content

Commit

Permalink
Bump version: 1.8.2 → 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LKI committed Jun 14, 2019
1 parent 0e38f20 commit 8d7f9f3
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.8.2
current_version = 1.8.3

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

setup(
name='wechatpy',
version='1.8.2',
version='1.8.3',
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.8.2'
__version__ = '1.8.3'
__author__ = 'messense'

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

0 comments on commit 8d7f9f3

Please sign in to comment.