From c1b0421479efa378545bc71efa3b72882e8fec17 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 8 Nov 2021 10:53:43 -0500 Subject: [PATCH] new release 0.2.23 modified: README.rst modified: setup.py --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 25bd7f0..c516f51 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ nested_lookup ############# -.. image:: https://img.shields.io/badge/pypi-0.2.22-green.svg +.. image:: https://img.shields.io/badge/pypi-0.2.23-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 c3dfbff..7355be8 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ print(requirements()) setup( name="nested-lookup", - version="0.2.22", + version="0.2.23", 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(),