Skip to content

Commit ae844a3

Browse files
committed
Revert "Automatic commit by iyzico-ci v1.0.40"
This reverts commit 49a9bbf.
1 parent b563f65 commit ae844a3

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.40
1+
1.0.39

iyzipay/iyzipay_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class IyzipayResource:
1616
header = {
1717
"Accept": "application/json",
1818
"Content-type": "application/json",
19-
'x-iyzi-client-version': 'iyzipay-python-1.0.40'
19+
'x-iyzi-client-version': 'iyzipay-python-1.0.39'
2020
}
2121

2222
def __init__(self):

setup.py

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

1818
setup(
1919
name='iyzipay',
20-
version='1.0.40',
20+
version='1.0.39',
2121
use_scm_version=True,
2222
setup_requires=['setuptools_scm', 'future'],
2323
description='iyzipay api python client',

0 commit comments

Comments
 (0)