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 890a790 commit cceee72Copy full SHA for cceee72
setup.py
@@ -1,12 +1,12 @@
1
from setuptools import setup
2
3
setup(name='sdcclient',
4
- version='0.4.0',
+ version='0.5.0',
5
description='Python client for Sysdig Cloud',
6
url='http://github.com/draios/python-sdc-client',
7
author='sysdig Inc.',
8
author_email='[email protected]',
9
license='MIT',
10
packages=['sdcclient'],
11
install_requires=['requests'],
12
- zip_safe=False)
+ zip_safe=False)
0 commit comments