Update setup.py

This commit is contained in:
Russell Ballestrini 2018-11-02 12:09:42 -04:00 committed by GitHub
parent 3441584eaa
commit 1326642f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),