diff --git a/cli.json b/cli.json index 9b49b33..5b40a9a 100644 --- a/cli.json +++ b/cli.json @@ -5,7 +5,7 @@ "commands": [ { "name": "mfa", - "version": "0.1.0", + "version": "0.1.1", "description": "Akamai CLI for Akamai MFA" } ] diff --git a/src/amfa/__init__.py b/src/amfa/__init__.py index 7f5e709..c305f5c 100644 --- a/src/amfa/__init__.py +++ b/src/amfa/__init__.py @@ -1,6 +1,6 @@ import logging #: cli-mfa version, see also cli.json -__VERSION__ = "0.1.0" +__VERSION__ = "0.1.1" logger = logging.getLogger(__name__)