From fab18e61324fee3348deb95e452411fc658b2709 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 8 Nov 2017 15:23:17 -0800 Subject: [PATCH] Updating for 0.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7786e041..716b469e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.6.1', + version='0.6.2', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',