Skip to content

Commit a429a08

Browse files
authored
Update setup.py
1 parent 54e6df2 commit a429a08

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
@@ -2,12 +2,12 @@
22

33
setup(
44
name='kubesys',
5-
version='2.0.0',
5+
version='0.2.0',
66
keywords='k8s',
77
description='a python-based wrapper library for kubernetes-calls',
88
author='a_flying_fish',
99
license='MIT',
1010
author_email='yutian20@otcaix.iscas.ac.cn, wuheng@iscas.ac.cn',
1111
packages=['kubesys'],
1212
install_requires=['requests>=2.31.0', 'pyyaml>=6.0', 'cryptography>=41.0.1']
13-
)
13+
)

0 commit comments

Comments
 (0)