From 29a4de10aedbc8af74566a78dfec0d8151c707a5 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Tue, 14 Mar 2017 16:56:07 -0700 Subject: [PATCH] v0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42bc5ab2..ee628a8e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.5.0', + version='0.5.1', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',