From 8e8d78120dbdf3e55a6f1860cad4130121eda6a7 Mon Sep 17 00:00:00 2001 From: Pior Bastida Date: Thu, 8 Feb 2018 13:33:46 -0500 Subject: [PATCH] Release v0.4.4 --- 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 06a2c80..3de95e2 100644 --- a/shopify_python/__init__.py +++ b/shopify_python/__init__.py @@ -7,7 +7,7 @@ from shopify_python import shopify_styleguide -__version__ = '0.4.3' +__version__ = '0.4.4' def register(linter): # type: (lint.PyLinter) -> None