Skip to content

Commit 5fc2057

Browse files
committed
Bump version: 1.8.1 → 1.8.2
1 parent dfa0e0a commit 5fc2057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
files = setup.py wechatpy/__init__.py
33
commit = True
44
tag = True
5-
current_version = 1.8.1
5+
current_version = 1.8.2
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_tests(self):
4343

4444
setup(
4545
name='wechatpy',
46-
version='1.8.1',
46+
version='1.8.2',
4747
author='messense',
4848
author_email='[email protected]',
4949
url='https://github.com/jxtech/wechatpy',

wechatpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from wechatpy.pay import WeChatPay # NOQA
1111
from wechatpy.replies import create_reply # NOQA
1212

13-
__version__ = '1.8.1'
13+
__version__ = '1.8.2'
1414
__author__ = 'messense'
1515

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

0 commit comments

Comments
 (0)