new release 0.2.15

modified:   README.rst
	modified:   setup.py
This commit is contained in:
russellballestrini 2019-05-21 09:26:19 -04:00
parent 0c8be51f37
commit 8cec46c76e
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ with open('requirements.txt', 'r') as f:
setup(
name='nested-lookup',
version='0.2.14',
version='0.2.15',
description='Python functions for working with deeply nested documents (lists and dicts) ',
keywords='nested document dictionary dict list lookup schema json xml yaml',
long_description=open('README.rst').read(),