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