diff --git a/mpf/_version.py b/mpf/_version.py index 16228f185..246104633 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.57.3.dev1' # Also consider whether MPF-MC pyproject.toml should be updated +__version__ = '0.57.3' # Also consider whether MPF-MC pyproject.toml should be updated '''The full version of MPF.''' __short_version__ = '0.57'