diff --git a/Adyen/settings.py b/Adyen/settings.py index 681d8c6..182e596 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "14.0.0" +LIB_VERSION = "14.0.1" diff --git a/VERSION b/VERSION index 4b964e9..63dba86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0 +14.0.1 diff --git a/setup.py b/setup.py index f566ba6..83a2b7f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version='14.0.0', + version='14.0.1', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',