From 772cc2c2aa6385cb2fe284114bfca55134fc5cff Mon Sep 17 00:00:00 2001 From: Antoine Drochon Date: Tue, 16 Apr 2024 15:37:45 -0700 Subject: [PATCH] Bump to 0.6.6 --- VERSION | 2 +- cli.json | 2 +- libeaa/common.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index eb514eb..bf21f52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4 \ No newline at end of file +0.6.6 \ No newline at end of file diff --git a/cli.json b/cli.json index 2a2ca90..466bd53 100755 --- a/cli.json +++ b/cli.json @@ -5,7 +5,7 @@ "commands": [ { "name": "eaa", - "version": "0.6.4", + "version": "0.6.6", "description": "Akamai CLI for Enterprise Application Access (EAA)" } ] diff --git a/libeaa/common.py b/libeaa/common.py index 26e493e..3f63f15 100644 --- a/libeaa/common.py +++ b/libeaa/common.py @@ -1,4 +1,4 @@ -# Copyright 2022 Akamai Technologies, Inc. All Rights Reserved +# Copyright 2024 Akamai Technologies, Inc. All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ """ #: cli-eaa version [PEP 8] -__version__ = '0.6.4' +__version__ = '0.6.6' import sys from threading import Event