From e8f98989c6aa99464f00caca71ad98ea2caf1d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 19 Mar 2019 17:25:37 +0000 Subject: [PATCH] Bump version to 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín --- python/lookout/sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lookout/sdk/__init__.py b/python/lookout/sdk/__init__.py index 3d18726..906d362 100644 --- a/python/lookout/sdk/__init__.py +++ b/python/lookout/sdk/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"