Changing version to 0.2.14
This commit is contained in:
parent
652ab9882d
commit
0c8be51f37
3 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
nested_lookup
|
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
|
:target: https://pypi.python.org/pypi/nested-lookup
|
||||||
.. image:: https://travis-ci.org/rameshrvr/nested-lookup.svg?branch=master
|
.. image:: https://travis-ci.org/rameshrvr/nested-lookup.svg?branch=master
|
||||||
:target: https://travis-ci.org/rameshrvr/nested-lookup
|
:target: https://travis-ci.org/rameshrvr/nested-lookup
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ with open('requirements.txt', 'r') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nested-lookup',
|
name='nested-lookup',
|
||||||
version='0.2.13',
|
version='0.2.14',
|
||||||
description='Python functions for working with deeply nested documents (lists and dicts) ',
|
description='Python functions for working with deeply nested documents (lists and dicts) ',
|
||||||
keywords='nested document dictionary dict list lookup schema json xml yaml',
|
keywords='nested document dictionary dict list lookup schema json xml yaml',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue