From bb4d0397b62979387b88e3d16eb59dfcd4a8d46a Mon Sep 17 00:00:00 2001 From: Shubham Prasad Date: Tue, 16 Jul 2024 10:18:21 +0530 Subject: [PATCH] chore: version upgrade (#24) Co-authored-by: Shubham Prasad --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2d29ae..b9a4711 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='eks_token', - version='0.2.0', + version='0.2.1', author='Peak AI', author_email='support@peak.ai', description='EKS Token package, an alternate to "aws eks get-token ..." CLI',