From 2e1ca04c16e16ef007ef0a61f12737d934a07367 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Thu, 15 Sep 2022 23:36:20 -0700 Subject: [PATCH] chore: Bump plugin version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b141d2..b39c088 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ plugin_name = "OctoPrint-HeaderAnnouncements" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.0.2" +plugin_version = "0.1.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module