From dd159d92d3a6f988f33e2f682a6c9a112207dad1 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Mon, 3 Jun 2024 17:13:11 -0700 Subject: [PATCH] Increment dev version to 0.57.2.dev2 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 04739e2c1..e3e7c49fc 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.57.2.dev1' # Also consider whether MPF-MC pyproject.toml should be updated +__version__ = '0.57.2.dev2' # Also consider whether MPF-MC pyproject.toml should be updated '''The full version of MPF.''' __short_version__ = '0.57'