Changing version to 0.2.14

This commit is contained in:
Ramesh RV 2019-05-13 12:57:52 +05:30 committed by Russell Ballestrini
parent 652ab9882d
commit 0c8be51f37
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@ with open('requirements.txt', 'r') as f:
setup(
name='nested-lookup',
version='0.2.13',
version='0.2.14',
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(),