From 9958b3fc4dabde675aa6c624f286cb2b8907d857 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 1 May 2026 18:43:18 +1000 Subject: [PATCH] Bump plugin creator version to 1.17.1 --- plugin_creator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_creator/__init__.py b/plugin_creator/__init__.py index 7e66d49..3e2b3bb 100644 --- a/plugin_creator/__init__.py +++ b/plugin_creator/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -PLUGIN_CREATOR_VERSION = "1.17.0" +PLUGIN_CREATOR_VERSION = "1.17.1"