We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903fd4a commit 5515b27Copy full SHA for 5515b27
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='eks_token',
8
- version='0.0.1c0',
+ version='0.1.0',
9
author='Peak AI',
10
author_email='support@peak.ai',
11
description='EKS Token package, an alternate to "aws eks get-token ..." CLI',
@@ -20,4 +20,4 @@
20
python_requires='>=3.6',
21
keywords='eks k8s boto3 awscli python aws',
22
install_requires=["awscli==1.18.150"],
23
-)
+)
0 commit comments