From 04b089c918d3d6c7e253c11dcf5e6dc62adb89f6 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Tue, 27 Feb 2018 16:23:52 -0800 Subject: [PATCH] v0.6.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a395d094..4870f695 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.6.5', + version='0.6.6', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',