diff --git a/README.rst b/README.rst index 28f13e2..a770f2d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ nested_lookup ############# -.. image:: https://img.shields.io/badge/pypi-0.2.14-green.svg +.. image:: https://img.shields.io/badge/pypi-0.2.15-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 a90b08e..4804530 100644 --- a/setup.py +++ b/setup.py @@ -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(),