Skip to content

Commit 5515b27

Browse files
authored
Update setup.py
1 parent 903fd4a commit 5515b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='eks_token',
8-
version='0.0.1c0',
8+
version='0.1.0',
99
author='Peak AI',
1010
author_email='support@peak.ai',
1111
description='EKS Token package, an alternate to "aws eks get-token ..." CLI',
@@ -20,4 +20,4 @@
2020
python_requires='>=3.6',
2121
keywords='eks k8s boto3 awscli python aws',
2222
install_requires=["awscli==1.18.150"],
23-
)
23+
)

0 commit comments

Comments
 (0)