From 128e922aab370b200c541ea7e0587761bc00dbf2 Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Thu, 9 Oct 2025 16:23:19 +0200 Subject: [PATCH] Version bump: 3.9.0 --- mollie/api/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mollie/api/version.py b/mollie/api/version.py index 0b000583..10380251 100644 --- a/mollie/api/version.py +++ b/mollie/api/version.py @@ -4,4 +4,4 @@ # processed by python imports and by regular expressions. The version is defined as a string in the # regular semantic versioning scheme (major, minor, patch) as defined by PEP 440. -VERSION = "3.8.0" +VERSION = "3.9.0"