From b8c2bf4c1edaa14d6414e168d581f7760230e43a Mon Sep 17 00:00:00 2001 From: figarocorso Date: Wed, 21 Nov 2018 21:27:15 +0100 Subject: [PATCH] v0.6.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84f9ec80..c17f5f34 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.6.7', + version='0.6.8', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',