From 64d485cac98865b2a7e2003873453c28144d49b8 Mon Sep 17 00:00:00 2001 From: Tom Hendrikx Date: Fri, 26 Jul 2019 09:45:27 +0200 Subject: [PATCH] Release version 2.2.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 3b466d55..3bba3c11 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). -VERSION = '2.2.0' +VERSION = '2.2.1'