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 af6cf8e commit b811747Copy full SHA for b811747
Adyen/settings.py
@@ -9,5 +9,5 @@
9
API_RECURRING_VERSION = "v25"
10
API_PAYMENT_VERSION = "v40"
11
API_PAYOUT_VERSION = "v30"
12
-LIB_VERSION = "1.4.1"
+LIB_VERSION = "2.0.0"
13
LIB_NAME = "adyen-python-api-library"
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='Adyen',
5
packages=['Adyen'],
6
- version='1.4.1',
+ version='2.0.0',
7
maintainer='Adyen',
8
maintainer_email='support@adyen.com',
description='Adyen Python Api',
0 commit comments