From ece4ca1c116f7d42e5830a2506463e67d83ac260 Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Sat, 13 May 2023 17:58:28 -0700 Subject: [PATCH] Update version for new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e5e94a..713f0dd 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Webhooks" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "3.1.3" +plugin_version = "3.2.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module