From 623089f590e17521abf932a94fa6babbf6fbf229 Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Tue, 5 Nov 2024 13:17:44 +0100 Subject: [PATCH] Version bump: 3.7.4 --- 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 3c4517b2..7e5854b4 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.7.3" +VERSION = "3.7.4"