New release.

modified:   README.rst
	modified:   setup.py
This commit is contained in:
russellballestrini 2020-01-31 15:50:21 -05:00
parent ee4ffa6deb
commit bc8937b56f
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ print(requirements())
setup(
name="nested-lookup",
version="0.2.18",
version="0.2.20",
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(),