Skip to content

Commit f9164b3

Browse files
committed
Automatic commit by iyzico-ci v1.0.34
1 parent 9b6cd20 commit f9164b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.32
1+
1.0.34

iyzipay/iyzipay_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class IyzipayResource:
1717
header = {
1818
"Accept": "application/json",
1919
"Content-type": "application/json",
20-
'x-iyzi-client-version': 'iyzipay-python-1.0.32'
20+
'x-iyzi-client-version': 'iyzipay-python-1.0.34'
2121
}
2222

2323
def __init__(self):

setup.py

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

2929
setup(
3030
name='iyzipay',
31-
version='1.0.32',
31+
version='1.0.34',
3232
use_scm_version=True,
3333
setup_requires=['setuptools_scm', 'future'],
3434
description='iyzipay api python client',

0 commit comments

Comments
 (0)