Skip to content

Commit 757dbd1

Browse files
committed
update version
1 parent 7b2724b commit 757dbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

midtransclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .error_midtrans import MidtransAPIError
77
from .error_midtrans import JSONDecodeError
88

9-
__version__ = '1.3.0'
9+
__version__ = '1.4.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="midtransclient",
23-
version="1.3.0",
23+
version="1.4.0",
2424
author="Midtrans - Integration Support Team",
2525
author_email="[email protected]",
2626
license='MIT',

0 commit comments

Comments
 (0)