From 6e7e24be49a25b7752594176625823dc7a3ba136 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 Dec 2015 21:14:29 -0800 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 407e784..5d2555f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyconf", - "version": "1.0.0", + "version": "1.1.0", "description": "Read and write python config files non-destructively (preserves comments)", "main": "index.js", "scripts": {