Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Mar 20, 2020
1 parent 7efadee commit d728a7a
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.36
1.0.37
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class IyzipayResource:
header = {
"Accept": "application/json",
"Content-type": "application/json",
'x-iyzi-client-version': 'iyzipay-python-1.0.36'
'x-iyzi-client-version': 'iyzipay-python-1.0.37'
}

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 @@ -28,7 +28,7 @@

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

0 comments on commit d728a7a

Please sign in to comment.