We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e6df2 commit a429a08Copy full SHA for a429a08
setup.py
@@ -2,12 +2,12 @@
2
3
setup(
4
name='kubesys',
5
- version='2.0.0',
+ version='0.2.0',
6
keywords='k8s',
7
description='a python-based wrapper library for kubernetes-calls',
8
author='a_flying_fish',
9
license='MIT',
10
author_email='yutian20@otcaix.iscas.ac.cn, wuheng@iscas.ac.cn',
11
packages=['kubesys'],
12
install_requires=['requests>=2.31.0', 'pyyaml>=6.0', 'cryptography>=41.0.1']
13
-)
+)
0 commit comments