From 83c758212f05b853b7e5f58d9c04665e8c5010f2 Mon Sep 17 00:00:00 2001 From: Benjamin Hedrich Date: Wed, 3 Jun 2015 21:28:04 +0200 Subject: [PATCH] Prepare 0.0.7 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85583f..9c554c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "python-isort", "main": "./lib/index", - "version": "0.0.6", + "version": "0.0.7", "description": "Organize Python Imports using Isort", "repository": "https://github.com/bh/atom-python-isort", "license": "MIT",