Skip to content

Commit e3ea064

Browse files
committed
Automatic commit by iyzico-ci v1.0.45
1 parent 8818188 commit e3ea064

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.44
1+
1.0.45

iyzipay/iyzipay_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class IyzipayResource:
1313
header = {
1414
"Accept": "application/json",
1515
"Content-type": "application/json",
16-
'x-iyzi-client-version': 'iyzipay-python-1.0.44'
16+
'x-iyzi-client-version': 'iyzipay-python-1.0.45'
1717
}
1818

1919
def __init__(self):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "iyzipay"
3-
version = "1.0.44"
3+
version = "1.0.45"
44
dynamic = ["classifiers"]
55
description = "iyzipay api python client"
66
readme = { file = "README.md", content-type = "text/markdown" }

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.44',
20+
version='1.0.45',
2121
use_scm_version=True,
2222
setup_requires=['setuptools_scm', 'future'],
2323
# description='iyzipay api python client',

0 commit comments

Comments
 (0)