From 1326642f5fce49b2d0d6aa3ea615a815cd045b39 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Nov 2018 12:09:42 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 152cc29..fe35e1b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open('requirements.txt', 'r') as f: setup( name = 'nested-lookup', - version = '0.1.8', + version = '0.2.01', description = 'lookup a key in a deeply nested document of dicts and lists', keywords = 'nested document dictionary dict list lookup schema json xml yaml', long_description = open('README.rst').read(),