From 6cc5bfb487dcfb2bcbe1bef4482df81f58ecbd01 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 4 Dec 2025 22:08:47 +0100 Subject: [PATCH] build --- portainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer.py b/portainer.py index 6793887..4c84ab9 100755 --- a/portainer.py +++ b/portainer.py @@ -19,7 +19,7 @@ from port import Portainer from prompt_toolkit import prompt from prompt_toolkit.completion import WordCompleter -VERSION = "0.0.5" +VERSION = "0.0.6" defaults = { "endpoint_id": "vm01",