From 8aed3485f345997a908a433cc0a6f805e5dd4b36 Mon Sep 17 00:00:00 2001 From: Chris Fournier Date: Mon, 17 Jul 2017 13:47:35 -0400 Subject: [PATCH] Increase version number --- 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 accba6d..db68924 100644 --- a/shopify_python/__init__.py +++ b/shopify_python/__init__.py @@ -7,7 +7,7 @@ from shopify_python import shopify_styleguide -__version__ = '0.4.1' +__version__ = '0.4.2' def register(linter): # type: (lint.PyLinter) -> None