diff --git a/portainer.py b/portainer.py index 62b35ab..bf76852 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.9" +VERSION = "0.1.0" defaults = { "endpoint_id": "vm01",