From bfc2c82e1d10676061afdf6a542d12c9d3907b90 Mon Sep 17 00:00:00 2001 From: Chris Fournier Date: Thu, 24 Aug 2017 09:22:26 -0400 Subject: [PATCH] Increase version number to 0.4.3 --- 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 db68924..06a2c80 100644 --- a/shopify_python/__init__.py +++ b/shopify_python/__init__.py @@ -7,7 +7,7 @@ from shopify_python import shopify_styleguide -__version__ = '0.4.2' +__version__ = '0.4.3' def register(linter): # type: (lint.PyLinter) -> None