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.
This commit is contained in:
mikkergimenez 2017-12-05 16:20:42 -08:00 committed by GitHub
parent af5e354010
commit e2c01bd000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",