From b9fa1d40248097bb5f31a79b8fe7c4ec16b2ea60 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Wed, 17 Jul 2024 13:22:19 -0700 Subject: [PATCH] Increment dev version 0.80.0.dev4 --- mpf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpf/_version.py b/mpf/_version.py index 765d6b0ab..a2fad3ecf 100644 --- a/mpf/_version.py +++ b/mpf/_version.py @@ -10,7 +10,7 @@ """ -__version__ = '0.80.0.dev3' +__version__ = '0.80.0.dev4' '''The full version of MPF.''' __short_version__ = '0.80'