diff --git a/README.rst b/README.rst index a0fc4ff..7708cd2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ nested_lookup ############# -.. image:: https://img.shields.io/badge/pypi-0.2.19-green.svg +.. image:: https://img.shields.io/badge/pypi-0.2.20-green.svg :target: https://pypi.python.org/pypi/nested-lookup .. image:: https://travis-ci.org/rameshrvr/nested-lookup.svg?branch=master :target: https://travis-ci.org/rameshrvr/nested-lookup diff --git a/setup.py b/setup.py index 05a6c0e..895c4ca 100644 --- a/setup.py +++ b/setup.py @@ -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(),