Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Aug 1, 2023
1 parent d29e66b commit e75f3c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.40
1.0.41
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class IyzipayResource:
header = {
"Accept": "application/json",
"Content-type": "application/json",
'x-iyzi-client-version': 'iyzipay-python-1.0.40'
'x-iyzi-client-version': 'iyzipay-python-1.0.41'
}

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[project]
name = "iyzipay"
version = "1.0.40"
version = "1.0.41"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='iyzipay',
version='1.0.40',
version='1.0.41',
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
description='iyzipay api python client',
Expand Down

0 comments on commit e75f3c8

Please sign in to comment.