From 21da1315b9d835e080ead31cc7608331dc7d03e1 Mon Sep 17 00:00:00 2001 From: Costas Basdekis Date: Thu, 1 Oct 2020 22:17:35 +0100 Subject: [PATCH] Bump version to 0.10.3 Accidentally bumped version to 0.10.2 instead 0f 0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8ae260..64fdee2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "Marlin GCode Documentation" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.10.0" +plugin_version = "0.10.3" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module