From 01353fa54cfa28695600c68b118931cbf58cc03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Wed, 26 Dec 2018 15:41:01 +0000 Subject: [PATCH] Bump version to 0.3.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 d3ec452..493f741 100644 --- a/python/lookout/sdk/__init__.py +++ b/python/lookout/sdk/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0"