From d277fca1a0a0ae0a2ab9232f0d8ca6d14857ff9e Mon Sep 17 00:00:00 2001 From: Tom Hendrikx Date: Wed, 28 Aug 2019 09:18:38 +0200 Subject: [PATCH] Update version again, v2.2.2 was incorrectly tagged. --- 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 fb85924c..7301bdf8 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.2' +VERSION = '2.2.3'