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'