diff --git a/.travis.yml b/.travis.yml index 0fa5311..5551955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - "3.6" - - "3.7" # command to install dependencies install: - pip install . diff --git a/README.rst b/README.rst index 56d2053..28f13e2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ nested_lookup ############# -.. image:: https://img.shields.io/badge/pypi-0.2.13-green.svg +.. image:: https://img.shields.io/badge/pypi-0.2.14-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 9c37864..a90b08e 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.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(),