From 4a5d1819a8c75730c6415ba26c9066e163537bc3 Mon Sep 17 00:00:00 2001 From: giloser <12090417+giloser@users.noreply.github.com> Date: Sat, 15 Aug 2020 12:15:31 +0200 Subject: [PATCH] Update setup.py update version number after commit several PR --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a6ce5f..bd3025f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Telegram" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.5.1" +plugin_version = "1.5.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module