From c0549cc670af0735753e08c2c375d32989f04c9c Mon Sep 17 00:00:00 2001 From: Chris Fournier Date: Tue, 14 Mar 2017 14:50:40 -0400 Subject: [PATCH] Increase version number to 0.2.0 --- shopify_python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify_python/__init__.py b/shopify_python/__init__.py index d20b27e..f96aad8 100644 --- a/shopify_python/__init__.py +++ b/shopify_python/__init__.py @@ -7,7 +7,7 @@ from shopify_python import shopify_styleguide -__version__ = '0.1.2' +__version__ = '0.2.0' def register(linter): # type: (lint.PyLinter) -> None