Skip to content

Commit

Permalink
Update iyzipay_resource.py (#98)
Browse files Browse the repository at this point in the history
* Update iyzipay_resource.py

Signed-off-by: Erdem Demir <[email protected]>

* Update VERSION

Signed-off-by: Erdem Demir <[email protected]>

* Update pyproject.toml

Signed-off-by: Erdem Demir <[email protected]>

* Update setup.py

Signed-off-by: Erdem Demir <[email protected]>

---------

Signed-off-by: Erdem Demir <[email protected]>
  • Loading branch information
erdemdmr authored Nov 15, 2024
1 parent 3c60244 commit 108fabf
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.44
1.0.43
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IyzipayResource:
header = {
"Accept": "application/json",
"Content-type": "application/json",
'x-iyzi-client-version': 'iyzipay-python-1.0.44'
'x-iyzi-client-version': 'iyzipay-python-1.0.43'
}

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iyzipay"
version = "1.0.44"
version = "1.0.43"
dynamic = ["classifiers"]
description = "iyzipay api python client"
readme = { file = "README.md", content-type = "text/markdown" }
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.44',
version='1.0.43',
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
# description='iyzipay api python client',
Expand Down

0 comments on commit 108fabf

Please sign in to comment.