Skip to content

Commit 5220b41

Browse files
author
Adyen Automation
committed
chore(release): bump to 9.0.2
1 parent d371275 commit 5220b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
API_LEGAL_ENTITY_MANAGEMENT_VERSION = "v3"
2727
API_STORED_VALUE_VERSION = "v46"
2828
LIB_NAME = "adyen-python-api-library"
29-
LIB_VERSION = "9.0.1"
29+
LIB_VERSION = "9.0.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='Adyen',
55
packages=find_packages(include="Adyen*"),
6-
version='9.0.1',
6+
version='9.0.2',
77
maintainer='Adyen',
88
maintainer_email='support@adyen.com',
99
description='Adyen Python Api',

0 commit comments

Comments
 (0)