From cceee7251874b33e1da84b4550f40e339a6e4c7d Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Tue, 7 Feb 2017 17:34:01 -0800 Subject: [PATCH] v0.5.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 12b8eb3f..42bc5ab2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.4.0', + version='0.5.0', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.', @@ -9,4 +9,4 @@ license='MIT', packages=['sdcclient'], install_requires=['requests'], - zip_safe=False) \ No newline at end of file + zip_safe=False)