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