From 53cb08ccf0e7aae40c7b2ce731adf582c1535a8a Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Tue, 4 Nov 2025 11:42:43 +0100 Subject: [PATCH] Version bump: 3.9.1 --- 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 10380251..ca7ed7de 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.9.0" +VERSION = "3.9.1"