Skip to content

Commit 2d0a9e6

Browse files
committed
bump version
1 parent 768d86c commit 2d0a9e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

midtransclient/__init__.py

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

7-
__version__ = '1.4.1'
7+
__version__ = '1.4.2'

midtransclient/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def request(self, method, server_key, request_url, parameters=dict(),
3939
default_headers = {
4040
'content-type': 'application/json',
4141
'accept': 'application/json',
42-
'user-agent': 'midtransclient-python/1.4.1'
42+
'user-agent': 'midtransclient-python/1.4.2'
4343
}
4444
headers = default_headers
4545

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.4.1",
23+
version="1.4.2",
2424
author="Midtrans - Integration Support Team",
2525
author_email="support@midtrans.com",
2626
license='MIT',

0 commit comments

Comments
 (0)