Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Apr 28, 2023
1 parent a44932a commit e1a1f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commands": [
{
"name": "mfa",
"version": "0.1.0",
"version": "0.1.1",
"description": "Akamai CLI for Akamai MFA"
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/amfa/__init__.py
Original file line number Diff line number Diff line change
@@ -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__)

0 comments on commit e1a1f1f

Please sign in to comment.