From f97c90fc834727583f1d9ebb50e7a056ce843df3 Mon Sep 17 00:00:00 2001 From: sergiuToporjinschi Date: Sat, 5 Feb 2022 14:26:40 +0200 Subject: [PATCH] -increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7663097..747c279 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_CalibrationTools" plugin_name = "OctoPrint-CalibrationTools" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.1.0" +plugin_version = "0.1.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module