We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d371275 commit 5220b41Copy full SHA for 5220b41
Adyen/settings.py
@@ -26,4 +26,4 @@
26
API_LEGAL_ENTITY_MANAGEMENT_VERSION = "v3"
27
API_STORED_VALUE_VERSION = "v46"
28
LIB_NAME = "adyen-python-api-library"
29
-LIB_VERSION = "9.0.1"
+LIB_VERSION = "9.0.2"
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='Adyen',
5
packages=find_packages(include="Adyen*"),
6
- version='9.0.1',
+ version='9.0.2',
7
maintainer='Adyen',
8
maintainer_email='support@adyen.com',
9
description='Adyen Python Api',
0 commit comments