From 82a85d0b76be2a6dc84628530df19606d70ac650 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Thu, 4 Jan 2024 15:27:57 +0000 Subject: [PATCH] Increment Version to 0.0.2 --- ovos_phal_plugin_ww_led/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_phal_plugin_ww_led/version.py b/ovos_phal_plugin_ww_led/version.py index 572daa6..6a307b9 100644 --- a/ovos_phal_plugin_ww_led/version.py +++ b/ovos_phal_plugin_ww_led/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 2 +VERSION_ALPHA = 0 # END_VERSION_BLOCK