Skip to content

Commit

Permalink
Revert "Automatic commit by iyzico-ci v1.0.40"
Browse files Browse the repository at this point in the history
This reverts commit 49a9bbf.
  • Loading branch information
erdemdmr committed Jul 26, 2023
1 parent b563f65 commit ae844a3
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.40
1.0.39
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.39'
}

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.40',
version='1.0.39',
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
description='iyzipay api python client',
Expand Down

0 comments on commit ae844a3

Please sign in to comment.