Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Jul 26, 2023
1 parent ae844a3 commit 5a94eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.39
1.0.40
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.39'
'x-iyzi-client-version': 'iyzipay-python-1.0.40'
}

def __init__(self):
Expand Down
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.39',
version='1.0.40',
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
description='iyzipay api python client',
Expand Down

0 comments on commit 5a94eaf

Please sign in to comment.