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 482a026 commit b69c38eCopy full SHA for b69c38e
Adyen/settings.py
@@ -9,5 +9,5 @@
9
API_RECURRING_VERSION = "v25"
10
API_PAYMENT_VERSION = "v49"
11
API_PAYOUT_VERSION = "v30"
12
-LIB_VERSION = "2.0.0"
+LIB_VERSION = "2.1.0"
13
LIB_NAME = "adyen-python-api-library"
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='Adyen',
5
packages=['Adyen'],
6
- version='2.0.0',
+ version='2.1.0',
7
maintainer='Adyen',
8
maintainer_email='[email protected]',
description='Adyen Python Api',
0 commit comments