From fb3dedc3e37ecdce4677b9762bae8ad3043da1a7 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Sun, 23 Jul 2023 15:59:36 +0200 Subject: [PATCH] Next version 2.0.1rc1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b18265ef..970c4588 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ plugin_name = "OctoRelay" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2.0.0" +plugin_version = "2.0.1rc1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module