Skip to content

Commit cceee72

Browse files
author
Phil Rzewski
committed
v0.5.0
1 parent 890a790 commit cceee72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup
22

33
setup(name='sdcclient',
4-
version='0.4.0',
4+
version='0.5.0',
55
description='Python client for Sysdig Cloud',
66
url='http://github.com/draios/python-sdc-client',
77
author='sysdig Inc.',
88
author_email='info@sysdig.com',
99
license='MIT',
1010
packages=['sdcclient'],
1111
install_requires=['requests'],
12-
zip_safe=False)
12+
zip_safe=False)

0 commit comments

Comments
 (0)