Skip to content

Commit

Permalink
bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Mar 5, 2024
1 parent f10f28d commit 3468465
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.5
4 changes: 2 additions & 2 deletions cli.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"requirements": {
"python": "3.6.0"
"python": "3.7.0"
},
"commands": [
{
"name": "eaa",
"version": "0.6.3",
"version": "0.6.5",
"description": "Akamai CLI for Enterprise Application Access (EAA)"
}
]
Expand Down
2 changes: 1 addition & 1 deletion libeaa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

#: cli-eaa version [PEP 8]
__version__ = '0.6.3'
__version__ = '0.6.5'

import sys
from threading import Event
Expand Down

0 comments on commit 3468465

Please sign in to comment.