From 94bd230fd1ec1d68e04cc72c56b579e7704d71d3 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 4 Dec 2025 23:45:28 +0100 Subject: [PATCH] build --- portainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer.py b/portainer.py index 633ecb1..594f35d 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.1.1" +VERSION = "0.1.2" defaults = { "endpoint_id": "vm01",