From 6e0fab188f25631ba80b6b2fe2bda861ded31242 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Wed, 5 Jun 2024 18:49:48 -0700 Subject: [PATCH] Increment dev version 0.57.2.dev4 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 83b13d716..9fac12d28 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.57.2.dev3' # Also consider whether MPF-MC pyproject.toml should be updated +__version__ = '0.57.2.dev4' # Also consider whether MPF-MC pyproject.toml should be updated '''The full version of MPF.''' __short_version__ = '0.57'