From 5a5709f2ccc0d3bbba1628e2813b59929a7dd296 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 8 Nov 2017 15:44:47 -0800 Subject: [PATCH] Preparing for 0.6.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df221dba..5878a320 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.6.3', + version='0.6.4', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',