From b08372d4fd563f53649b4897864f92f63c5b9b3a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 21 May 2015 13:06:05 -0700 Subject: [PATCH] Prepare 0.2.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1b0ebc..42897b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linter-pylint", "linter-package": true, "main": "./lib/init", - "version": "0.2.1", + "version": "0.2.2", "description": "Lint python on the fly, using pylint", "repository": "https://github.com/AtomLinter/linter-pylint", "license": "MIT",