From b798138d6047adf9282234992a1680b4a320a63e Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 30 May 2017 12:53:49 -0400 Subject: [PATCH] bump to 0.4.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 38cc46f..7141728 100644 --- a/shopify_python/__init__.py +++ b/shopify_python/__init__.py @@ -7,7 +7,7 @@ from shopify_python import shopify_styleguide -__version__ = '0.3.0' +__version__ = '0.4.0' def register(linter): # type: (lint.PyLinter) -> None