diff --git a/Adyen/settings.py b/Adyen/settings.py index b852775..5e35bfa 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "12.8.0" +LIB_VERSION = "13.0.0" diff --git a/VERSION b/VERSION index 0aee7e7..02161ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.8.0 +13.0.0 diff --git a/setup.py b/setup.py index facf0c3..8c11888 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version='12.8.0', + version='13.0.0', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',