From e2c01bd000b5ae79d9b76510adb34cc4bf0e3f83 Mon Sep 17 00:00:00 2001 From: mikkergimenez Date: Tue, 5 Dec 2017 16:20:42 -0800 Subject: [PATCH] Bump Version number for JSON Support in index file Adding a json blob for index file, this bumps the version following the previous merged PR. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41d363b..457463d 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name = "infinitory", - version = "0.0.4", + version = "0.0.5", description = "SRE host, role, and service inventory", author = "Daniel Parks",