From 758f5beb36b75acb22e0a7c1706156d16fee54f5 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Tue, 29 Oct 2024 08:46:54 -0700 Subject: [PATCH] Increment dev version 0.57.4.dev1 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 246104633..453e8a485 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.57.3' # Also consider whether MPF-MC pyproject.toml should be updated +__version__ = '0.57.4.dev1' # Also consider whether MPF-MC pyproject.toml should be updated '''The full version of MPF.''' __short_version__ = '0.57'