diff --git a/Adyen/settings.py b/Adyen/settings.py index 279eb2e..fe61eb0 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "13.5.1" +LIB_VERSION = "13.5.2" diff --git a/VERSION b/VERSION index 9db8468..97b2f7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.5.1 +13.5.2 diff --git a/setup.py b/setup.py index bb66fe2..7a5b15a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version='13.5.1', + version='13.5.2', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',