From 1fb4a9dea6e9e0b6afd4de60eef0cac6b1a98340 Mon Sep 17 00:00:00 2001 From: Davide Schiera Date: Tue, 19 Apr 2016 12:28:57 -0700 Subject: [PATCH] v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 107f776e..a469f10a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sdcclient', - version='0.2.0', + version='0.3.0', description='Python client for Sysdig Cloud', url='http://github.com/draios/python-sdc-client', author='sysdig Inc.',