From 224e06eaeef1ef13bccd95898c3fbe048c8c2db6 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Sat, 16 Mar 2024 17:50:36 -0500 Subject: [PATCH] Increment dev version 0.57.1.dev1 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 18a1654da..bf0b04f6c 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.57.0' # Also consider whether MPF-MC pyproject.toml should be updated +__version__ = '0.57.1.dev1' # Also consider whether MPF-MC pyproject.toml should be updated '''The full version of MPF.''' __short_version__ = '0.57'