From 0497e4b13899c9044c5cf068483daa76ad5c2d2e Mon Sep 17 00:00:00 2001 From: Jan Kantert Date: Sun, 13 Dec 2020 14:14:28 +0100 Subject: [PATCH] 0.54.3 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 51429115b..f0c4855f7 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.54.2' +__version__ = '0.54.3' '''The full version of MPF.''' __short_version__ = '0.54'